This commit is contained in:
2019-06-14 12:34:15 +01:00
parent 25e2295d3d
commit 318b612c84

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}");
}