mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 21:43:33 -07:00
Better exception logging.
This commit is contained in:
parent
9d90f04b6e
commit
1e580856ca
2 changed files with 7 additions and 2 deletions
|
@ -110,7 +110,7 @@ namespace NzbDrone.Core
|
|||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
Logger.Error("An error has occurred while trying to parse '{0}'", title);
|
||||
Logger.ErrorException("An error has occurred while trying to parse " + title, e);
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue