Fixed :Compile warning cleanup (#314)

Fixed :Compile warning cleanup
This commit is contained in:
Qstick 2018-04-22 17:12:57 -04:00 committed by GitHub
parent 8d113864aa
commit 25c0423ef6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 38 additions and 44 deletions

View file

@ -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");
}