mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Certain log messages didn't include the exception.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user