From 3aa486a463f658ca98b4a9d3d4242c8601c3a343 Mon Sep 17 00:00:00 2001 From: Shannon Date: Wed, 25 Jun 2014 11:36:58 +1000 Subject: [PATCH] another log --- src/Umbraco.Web/Scheduling/Scheduler.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Umbraco.Web/Scheduling/Scheduler.cs b/src/Umbraco.Web/Scheduling/Scheduler.cs index a00f7b14f8..a23f942f76 100644 --- a/src/Umbraco.Web/Scheduling/Scheduler.cs +++ b/src/Umbraco.Web/Scheduling/Scheduler.cs @@ -29,6 +29,8 @@ namespace Umbraco.Web.Scheduling if (umbracoApplication.Context == null) return; + LogHelper.Debug(() => "Initializing the scheduler"); + // time to setup the tasks // these are the legacy tasks