diff --git a/web/js/network/webrtc.js b/web/js/network/webrtc.js index 218e9e75..4a3d3605 100644 --- a/web/js/network/webrtc.js +++ b/web/js/network/webrtc.js @@ -85,7 +85,7 @@ const webrtc = (() => { case 'gathering': log.info('[rtc] ice gathering'); timeForIceGathering = setTimeout(() => { - log.warning(`[rtc] ice gathering was aborted due to timeout ${ICE_TIMEOUT}ms`); + log.warn(`[rtc] ice gathering was aborted due to timeout ${ICE_TIMEOUT}ms`); // sendCandidates(); }, ICE_TIMEOUT); break;