Fixed: Logging full error message to database

This commit is contained in:
Qstick 2017-10-08 01:14:26 -04:00
commit 0148f48913
11 changed files with 40 additions and 40 deletions

View file

@ -48,7 +48,7 @@ namespace NzbDrone.Core.Messaging.Commands
}
catch (ThreadAbortException ex)
{
_logger.Error(ex);
_logger.Error(ex, "Thread aborted");
Thread.ResetAbort();
}
catch (Exception ex)