mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed some exception logging where exceptions weren't logged.
This commit is contained in:
@@ -43,7 +43,7 @@ namespace NzbDrone.Update
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
logger.Fatal("An error has occurred while applying update.", e);
|
||||
logger.FatalException("An error has occurred while applying update package.", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user