mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-17 21:26:22 -04:00
Don't log error on the shutdown the command execution pipeline.
closes #1961
This commit is contained in:
@@ -51,6 +51,10 @@ namespace NzbDrone.Core.Messaging.Commands
|
||||
_logger.Error(ex, "Thread aborted");
|
||||
Thread.ResetAbort();
|
||||
}
|
||||
catch (OperationCanceledException ex)
|
||||
{
|
||||
_logger.Trace("Stopped one command execution pipeline");
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
_logger.Error(ex, "Unknown error in thread");
|
||||
|
||||
Reference in New Issue
Block a user