mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-23 03:10:04 +08:00
降低http链接断开日志级别
This commit is contained in:
parent
0f6d1135eb
commit
ec9b8c6471
@ -118,9 +118,9 @@ void HttpSession::onError(const SockException& err) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//http客户端
|
//http客户端
|
||||||
if(_ticker.createdTime() < 10 * 1000){
|
if (!_is_live_stream) {
|
||||||
TraceP(this) << err.what();
|
TraceP(this) << err.what();
|
||||||
}else{
|
} else {
|
||||||
WarnP(this) << err.what();
|
WarnP(this) << err.what();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user