update logging

pull/1154/head
Luke Pulverenti 7 years ago
parent ccb5b14d77
commit 07b5c6a750

@ -598,9 +598,10 @@ namespace Emby.Server.Implementations.HttpServer
{ {
ErrorHandler(ex, httpReq, false); ErrorHandler(ex, httpReq, false);
} }
catch (Exception ex) catch (Exception ex)
{ {
ErrorHandler(ex, httpReq); ErrorHandler(ex, httpReq, !string.Equals(ex.GetType().Name, "SocketException", StringComparison.OrdinalIgnoreCase));
} }
finally finally
{ {

Loading…
Cancel
Save