logs
This commit is contained in:
parent
d8ed780225
commit
2cd68252f1
1 changed files with 1 additions and 0 deletions
|
|
@ -323,6 +323,7 @@ namespace Yavsc
|
||||||
void NotifyErrorToCallerInRoom(string room, string reason)
|
void NotifyErrorToCallerInRoom(string room, string reason)
|
||||||
{
|
{
|
||||||
Clients.Caller.notifyUser(NotificationTypes.Error, room, reason);
|
Clients.Caller.notifyUser(NotificationTypes.Error, room, reason);
|
||||||
|
_logger.LogError($"NotifyErrorToCallerInRoom: {room}, {reason}");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue