mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
Fixed: Logging full error message to database
This commit is contained in:
parent
ad50be9daf
commit
0148f48913
11 changed files with 40 additions and 40 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue