From 4fd77c2f0528aa90f56076d7e35898ef2a05c9a0 Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk <3636685+Palid@users.noreply.github.com> Date: Wed, 11 Aug 2021 14:38:08 +0200 Subject: [PATCH] Update src/webrtc/callEventHandler.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Šimon Brandner --- src/webrtc/callEventHandler.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webrtc/callEventHandler.ts b/src/webrtc/callEventHandler.ts index 8251cdf04..8ffe3efff 100644 --- a/src/webrtc/callEventHandler.ts +++ b/src/webrtc/callEventHandler.ts @@ -262,7 +262,7 @@ export class CallEventHandler { // The following events need a call and a peer connection if (!call && !call.hasPeerConnection) { - logger.warn('Discarding an event', type); + logger.warn('Discarding an event, we don't have a call/peerConn', type); return; } // Ignore remote echo