From 913648a1a38ae4e9bec65177038639c37aea9f74 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 24 Jul 2020 15:44:19 +0000 Subject: [PATCH] --- server/AyaNova/generator/CoreJobBackup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/AyaNova/generator/CoreJobBackup.cs b/server/AyaNova/generator/CoreJobBackup.cs index ea0a2c4f..f0339b56 100644 --- a/server/AyaNova/generator/CoreJobBackup.cs +++ b/server/AyaNova/generator/CoreJobBackup.cs @@ -110,7 +110,7 @@ namespace AyaNova.Biz log.LogDebug("Backup completed"); var duration=DateTime.Now - dtStartBackup; - await NotifyEventProcessor.AddGeneralNotifyEvent(NotifyEventType.BackupStatus, $"Backup completed {(OnDemand ? "manual / on demand" : "scheduled")} duration: {duration.ToString()} server re-opened"); + await NotifyEventProcessor.AddGeneralNotifyEvent(NotifyEventType.BackupStatus, $"Backup ({(OnDemand ? "manual / on demand" : "scheduled")}) completed successfully, duration (h:m:s.ms): {duration.ToString()}, server re-opened"); } catch (Exception ex) {