mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
parent
8d113864aa
commit
25c0423ef6
17 changed files with 38 additions and 44 deletions
|
@ -51,7 +51,7 @@ namespace NzbDrone.Core.Messaging.Commands
|
|||
_logger.Error(ex, "Thread aborted");
|
||||
Thread.ResetAbort();
|
||||
}
|
||||
catch (OperationCanceledException ex)
|
||||
catch (OperationCanceledException)
|
||||
{
|
||||
_logger.Trace("Stopped one command execution pipeline");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue