Adding some trace logging when setting last execution time for tasks

pull/6/head
Mark McDowall 11 years ago
parent d4096f8786
commit 47ee7f276c

@ -85,6 +85,7 @@ namespace NzbDrone.Core.Jobs
if (scheduledTask != null)
{
_logger.Trace("Updating last run time for: {0}", scheduledTask.TypeName);
_scheduledTaskRepository.SetLastExecutionTime(scheduledTask.Id, DateTime.UtcNow);
}
}

Loading…
Cancel
Save