Przeglądaj źródła

Update MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs

Co-authored-by: Cody Robibero <cody@robibe.ro>
ipitio 2 lat temu
rodzic
commit
c29e8ffe1d

+ 1 - 1
MediaBrowser.Controller/Net/BasePeriodicWebSocketListener.cs

@@ -235,7 +235,7 @@ namespace MediaBrowser.Controller.Net
             catch (Exception ex)
             catch (Exception ex)
             {
             {
                 // TODO Investigate and properly fix.
                 // TODO Investigate and properly fix.
-                Logger.LogError(ex, "Object Disposed Exception");
+                Logger.LogError(ex, "Error disposing websocket");
             }
             }
 
 
             lock (_activeConnections)
             lock (_activeConnections)