more notification updates

This commit is contained in:
kay.one 2011-04-23 22:48:12 -07:00
commit 80d47e611c
10 changed files with 145 additions and 93 deletions

View file

@ -187,6 +187,7 @@ namespace NzbDrone.Core.Providers.Jobs
{
settings.Success = false;
Logger.ErrorException("An error has occurred while executing timer job " + timerClass.Name, e);
_notification.CurrentMessage = timerClass.Name + " Failed.";
_notification.Status = ProgressNotificationStatus.Failed;
}
}