1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-19 21:46:50 -04:00

Adding some trace logging when setting last execution time for tasks

This commit is contained in:
Mark McDowall
2013-09-13 21:18:54 -07:00
parent d4096f8786
commit 47ee7f276c
+1
View File
@@ -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);
}
}