vnext
Paul Schneider 5 years ago
parent 25e2295d3d
commit 318b612c84
1 changed files with 1 additions and 0 deletions

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

Loading…