diff --git a/src/ScalarMessaging.js b/src/ScalarMessaging.js index ee894ac785..b8ba474b5f 100644 --- a/src/ScalarMessaging.js +++ b/src/ScalarMessaging.js @@ -265,7 +265,7 @@ const onMessage = function(event) { return; } if (roomId !== currentRoomId) { - sendError(event, "Room not in view"); + sendError(event, "Room " + roomId + " not in view"); return; }