mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-18 02:22:24 +00:00
add an exception to logging
This commit is contained in:
@@ -276,9 +276,9 @@ namespace Emby.Server.Implementations.HttpServer
|
||||
{
|
||||
connection.Dispose();
|
||||
}
|
||||
catch
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.LogWarning("Error disposing connection");
|
||||
_logger.LogError(ex, "Error disposing connection");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user