mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Fix exception logging
This commit is contained in:
parent
bf01918659
commit
ea4c914123
123 changed files with 565 additions and 607 deletions
|
@ -232,7 +232,7 @@ namespace MediaBrowser.Controller.Net
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
Logger.LogError("Error sending web socket message {0}", ex, Name);
|
||||
Logger.LogError(ex, "Error sending web socket message {Name}", Name);
|
||||
DisposeConnection(tuple);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue