This commit is contained in:
2022-09-10 22:57:12 +00:00
parent 203346e808
commit 9aea219bb6
2 changed files with 12 additions and 3 deletions

View File

@@ -190,7 +190,7 @@ namespace AyaNova.Biz
if (!ServerGlobalOpsSettingsCache.DBAVAILABLE)
{
//This will set dbavailable flag if it becomes available
DbUtil.CheckDatabaseServerAvailable();
DbUtil.CheckDatabaseServerAvailable(log);
return;
}