mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Certain log messages didn't include the exception.
This commit is contained in:
parent
4038fa6907
commit
68540cb479
6 changed files with 6 additions and 6 deletions
|
@ -53,7 +53,7 @@ namespace NzbDrone.Core.Messaging.Commands
|
|||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.Error("Unknown error in thread: " + ex.Message, ex);
|
||||
_logger.ErrorException("Unknown error in thread: " + ex.Message, ex);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue