mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 15:37:55 +02:00
Fixed some exception logging where exceptions weren't logged.
This commit is contained in:
@@ -137,7 +137,7 @@ namespace NzbDrone.Core
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Fatal(e);
|
||||
Logger.FatalException("An error has occurred while dedicating to host.", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user