Merge pull request #1224 from 0xc0dec/dev-v7
Fixed logger context class
This commit is contained in:
@@ -32,7 +32,7 @@ namespace Umbraco.Web.Scheduling
|
||||
// ensure we do not run if not main domain, but do NOT lock it
|
||||
if (_appContext.MainDom.IsMainDom == false)
|
||||
{
|
||||
LogHelper.Debug<ScheduledPublishing>("Does not run if not MainDom.");
|
||||
LogHelper.Debug<KeepAlive>("Does not run if not MainDom.");
|
||||
return false; // do NOT repeat, going down
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user