U4-6626 - fix log level

This commit is contained in:
Stephan
2015-05-17 21:47:31 +02:00
parent c356ed1df8
commit 8121fc42e5

View File

@@ -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<BackgroundTaskRunner<T>>("Shutting down, waiting for tasks to complete.");
LogHelper.Info<BackgroundTaskRunner<T>>("Shutting down, waiting for tasks to complete.");
Shutdown(false, false); // do not accept any more tasks, flush the queue, do not wait
lock (_locker)