mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Better error message when error is received from SABnzbd
This commit is contained in:
@@ -47,7 +47,7 @@ namespace NzbDrone.Core.Jobs
|
||||
}
|
||||
catch (Exception e)
|
||||
{
|
||||
_logger.ErrorException("Error occurred while execution task " + task.TypeName, e);
|
||||
_logger.ErrorException("Error occurred while executing task " + task.TypeName, e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user