diff --git a/src/CallHandler.js b/src/CallHandler.js index 3efd800499..bcdf7853fd 100644 --- a/src/CallHandler.js +++ b/src/CallHandler.js @@ -205,7 +205,7 @@ function _setCallListeners(call) { function _setCallState(call, roomId, status) { console.log( - "Call state in %s changed to %s (%s)", roomId, status, (call ? call.call_state : "-"), + `Call state in ${roomId} changed to ${status} (${call ? call.call_state : "-"})`, ); calls[roomId] = call;