Updated log appearance.

This commit is contained in:
Keivan 2010-10-24 10:35:58 -07:00
commit c9bc063a9c
11 changed files with 81 additions and 33 deletions

View file

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