From 8121fc42e5a22fe45bba9ce5717faccfae213d29 Mon Sep 17 00:00:00 2001 From: Stephan Date: Sun, 17 May 2015 21:47:31 +0200 Subject: [PATCH] U4-6626 - fix log level --- src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs b/src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs index e48063ca22..46ea9c1146 100644 --- a/src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs +++ b/src/Umbraco.Web/Scheduling/BackgroundTaskRunner.cs @@ -531,7 +531,7 @@ namespace Umbraco.Web.Scheduling // processing, call the UnregisterObject method, and then return or it can return immediately and complete // processing asynchronously before calling the UnregisterObject method. - LogHelper.Debug>("Shutting down, waiting for tasks to complete."); + LogHelper.Info>("Shutting down, waiting for tasks to complete."); Shutdown(false, false); // do not accept any more tasks, flush the queue, do not wait lock (_locker)