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