add an exception to logging
This commit is contained in:
parent
ab7e697f30
commit
b5b7db1f32
|
@ -276,9 +276,9 @@ namespace Emby.Server.Implementations.HttpServer
|
||||||
{
|
{
|
||||||
connection.Dispose();
|
connection.Dispose();
|
||||||
}
|
}
|
||||||
catch
|
catch (Exception ex)
|
||||||
{
|
{
|
||||||
_logger.LogWarning("Error disposing connection");
|
_logger.LogError(ex, "Error disposing connection");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user