fix and bringing to a unified style warnings of server loading logs to be more visible at server startup (#10970)

This commit is contained in:
Bogir[rus]
2022-03-12 12:57:26 +05:00
committed by GitHub
parent 5d42cea98f
commit 75439773d0
32 changed files with 173 additions and 173 deletions

View File

@@ -60,7 +60,7 @@ void LoadSkillPerfectItemTable()
if (!result)
{
LOG_INFO("server.loading", ">> Loaded 0 spell perfection definitions. DB table `skill_perfect_item_template` is empty.");
LOG_WARN("server.loading", ">> Loaded 0 spell perfection definitions. DB table `skill_perfect_item_template` is empty.");
LOG_INFO("server.loading", " ");
return;
}
@@ -146,7 +146,7 @@ void LoadSkillExtraItemTable()
if (!result)
{
LOG_INFO("server.loading", ">> Loaded 0 spell specialization definitions. DB table `skill_extra_item_template` is empty.");
LOG_WARN("server.loading", ">> Loaded 0 spell specialization definitions. DB table `skill_extra_item_template` is empty.");
LOG_INFO("server.loading", " ");
return;
}