mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-02 18:43:48 +00:00
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:
@@ -935,7 +935,7 @@ void ConditionMgr::LoadConditions(bool isReload)
|
||||
|
||||
if (!result)
|
||||
{
|
||||
LOG_ERROR("server.loading", ">> Loaded 0 conditions. DB table `conditions` is empty!");
|
||||
LOG_WARN("server.loading", ">> Loaded 0 conditions. DB table `conditions` is empty!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@ namespace DisableMgr
|
||||
|
||||
if (!result)
|
||||
{
|
||||
LOG_INFO("server.loading", ">> Loaded 0 disables. DB table `disables` is empty!");
|
||||
LOG_WARN("server.loading", ">> Loaded 0 disables. DB table `disables` is empty!");
|
||||
LOG_INFO("server.loading", " ");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user