mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-03 22:38:30 +01:00
Fix exception logging
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user