This commit is contained in:
Paul Schneider 2019-06-14 12:34:15 +01:00
commit 2cd68252f1

View file

@ -323,6 +323,7 @@ namespace Yavsc
void NotifyErrorToCallerInRoom(string room, string reason)
{
Clients.Caller.notifyUser(NotificationTypes.Error, room, reason);
_logger.LogError($"NotifyErrorToCallerInRoom: {room}, {reason}");
}