mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
Fix logging level
This commit is contained in:
parent
d22264b519
commit
a08d327650
1 changed files with 1 additions and 1 deletions
|
@ -1711,7 +1711,7 @@ bool PhysicalSocketServer::Wait(webrtc::TimeDelta max_wait_duration,
|
||||||
}
|
}
|
||||||
if ((wsaEvents.lNetworkEvents & FD_CONNECT) &&
|
if ((wsaEvents.lNetworkEvents & FD_CONNECT) &&
|
||||||
wsaEvents.iErrorCode[FD_CONNECT_BIT] != 0) {
|
wsaEvents.iErrorCode[FD_CONNECT_BIT] != 0) {
|
||||||
RTC_LOG(LS_INFO)
|
RTC_LOG(LS_WARNING)
|
||||||
<< "PhysicalSocketServer got FD_CONNECT_BIT error "
|
<< "PhysicalSocketServer got FD_CONNECT_BIT error "
|
||||||
<< wsaEvents.iErrorCode[FD_CONNECT_BIT];
|
<< wsaEvents.iErrorCode[FD_CONNECT_BIT];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue