TelepathicWalrus преди 1 година
родител
ревизия
1d235205ae
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Emby.Server.Implementations/Library/LiveStreamHelper.cs

+ 2 - 2
Emby.Server.Implementations/Library/LiveStreamHelper.cs

@@ -64,9 +64,9 @@ namespace Emby.Server.Implementations.Library
 
                     await jsonStream.DisposeAsync().ConfigureAwait(false);
                 }
-                catch (IOException)
+                catch (IOException ex)
                 {
-                    _logger.LogDebug("Could not open cached media info");
+                    _logger.LogDebug(ex, "Could not open cached media info");
                 }
                 catch (Exception ex)
                 {