mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-16 21:16:24 -04:00
Certain log messages didn't include the exception.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace NzbDrone.Core.HealthCheck.Checks
|
||||
{
|
||||
var message = String.Format("Unable to communicate with {0}.", downloadClient.Definition.Name);
|
||||
|
||||
_logger.Error(message, ex);
|
||||
_logger.ErrorException(message, ex);
|
||||
return new HealthCheck(GetType(), HealthCheckResult.Error, message + " " + ex.Message);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user