mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04: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…
Add table
Add a link
Reference in a new issue