mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
Fixed some exception logging where exceptions weren't logged.
This commit is contained in:
parent
883dffca80
commit
79b3a22c9a
5 changed files with 4 additions and 6 deletions
|
@ -137,7 +137,7 @@ namespace NzbDrone.Core
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Fatal(e);
|
||||
Logger.FatalException("An error has occurred while dedicating to host.", e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue