From 2ba7b00db0be40b1ebb9c0bc709e8115a8ec19ee Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sat, 17 Dec 2022 01:53:53 +0000 Subject: [PATCH] --- server/AyaNova/biz/CustomerNoteBiz.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/biz/CustomerNoteBiz.cs b/server/AyaNova/biz/CustomerNoteBiz.cs index 24c2e63c..995a2d8c 100644 --- a/server/AyaNova/biz/CustomerNoteBiz.cs +++ b/server/AyaNova/biz/CustomerNoteBiz.cs @@ -270,7 +270,7 @@ namespace AyaNova.Biz public async Task HandlePotentialNotificationEvent(AyaEvent ayaEvent, ICoreBizObjectModel proposedObj, ICoreBizObjectModel currentObj = null) { if (ServerBootConfig.SEEDING || ServerBootConfig.MIGRATING) return; - ILogger log = AyaNova.Util.ApplicationLogging.CreateLogger(); + ILogger log = AyaNova.Util.ApplicationLogging.CreateLogger(); log.LogDebug($"HandlePotentialNotificationEvent processing: [AyaType:{this.BizType}, AyaEvent:{ayaEvent}]"); bool isNew = currentObj == null;