Fix logging level

This commit is contained in:
Rashad Sookram 2023-01-02 17:17:14 -05:00
parent d22264b519
commit a08d327650

View file

@ -1711,7 +1711,7 @@ bool PhysicalSocketServer::Wait(webrtc::TimeDelta max_wait_duration,
}
if ((wsaEvents.lNetworkEvents & FD_CONNECT) &&
wsaEvents.iErrorCode[FD_CONNECT_BIT] != 0) {
RTC_LOG(LS_INFO)
RTC_LOG(LS_WARNING)
<< "PhysicalSocketServer got FD_CONNECT_BIT error "
<< wsaEvents.iErrorCode[FD_CONNECT_BIT];
}