mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Updated log appearance.
This commit is contained in:
parent
fa0af257ff
commit
c9bc063a9c
11 changed files with 81 additions and 33 deletions
|
@ -69,7 +69,7 @@ namespace NzbDrone.Core.Model.Notification
|
|||
{
|
||||
if (Status == ProgressNotificationStatus.InProgress)
|
||||
{
|
||||
Logger.Warn("Progress notification '{0}' was unexpectedly abandoned. ID:{1} Status:{2} CurrentStatus:{3} PercentComplete:{4}", Title, Id, Status, CurrentStatus, PercentComplete);
|
||||
Logger.Warn("Background task '{0}' was unexpectedly abandoned.", Title);
|
||||
Status = ProgressNotificationStatus.Failed;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue