mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 20:52:47 +02:00
add an exception to logging
This commit is contained in:
parent
ab7e697f30
commit
b5b7db1f32
1 changed files with 2 additions and 2 deletions
|
|
@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue