Răsfoiți Sursa

Change logging to match the action

Claus Vium 6 ani în urmă
părinte
comite
406fb045c2
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      Emby.Server.Implementations/Updates/InstallationManager.cs

+ 1 - 1
Emby.Server.Implementations/Updates/InstallationManager.cs

@@ -566,7 +566,7 @@ namespace Emby.Server.Implementations.Updates
             }
             }
             catch (IOException ex)
             catch (IOException ex)
             {
             {
-                _logger.LogError(ex, "Error attempting to move file from {TempFile} to {TargetFile}", tempFile, target);
+                _logger.LogError(ex, "Error attempting to extract {TempFile} to {TargetFile}", tempFile, target);
                 throw;
                 throw;
             }
             }