Replaced save notifications for settings on page with AJAX Notifications.

This commit is contained in:
Mark McDowall 2011-05-12 21:46:26 -07:00
commit d65d79a5c9
10 changed files with 81 additions and 10 deletions

View file

@ -155,7 +155,7 @@ namespace NzbDrone.Core.Providers.Jobs
var timerClass = _jobs.Where(t => t.GetType() == jobType).FirstOrDefault();
if (timerClass == null)
{
Logger.Error("Unable to locate implantation for '{0}'. Make sure its properly registered.", jobType.ToString());
Logger.Error("Unable to locate implementation for '{0}'. Make sure its properly registered.", jobType.ToString());
return;
}