mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Updated NLog to v4.2.3.
This commit is contained in:
parent
e01b2ef25c
commit
6a90035a4c
144 changed files with 305 additions and 5579 deletions
|
@ -109,7 +109,7 @@ namespace NzbDrone.Update.UpdateEngine
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.FatalException("Failed to copy upgrade package to target folder.", e);
|
||||
_logger.Fatal(e, "Failed to copy upgrade package to target folder.");
|
||||
_backupAndRestore.Restore(installationFolder);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue