This commit is contained in:
2022-03-18 14:20:40 +00:00
parent abff3e7f2d
commit 4fe4bc1ebb
2 changed files with 774 additions and 98 deletions

View File

@@ -99,7 +99,7 @@ namespace AyaNova.Biz
if (skipIfAlreadyPresent)
{
ILogger log = AyaNova.Util.ApplicationLogging.CreateLogger<ReportBiz>();
log.LogInformation($"Missing stock report '{proposedName}' imported");
log.LogInformation($"Stock report '{proposedName}' imported");
}
return true;
}