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:
parent
5d42cea98f
commit
75439773d0
32 changed files with 173 additions and 173 deletions
|
|
@ -42,7 +42,7 @@ namespace AddonMgr
|
|||
QueryResult result = CharacterDatabase.Query("SELECT name, crc FROM addons");
|
||||
if (!result)
|
||||
{
|
||||
LOG_INFO("server.loading", ">> Loaded 0 known addons. DB table `addons` is empty!");
|
||||
LOG_WARN("server.loading", ">> Loaded 0 known addons. DB table `addons` is empty!");
|
||||
LOG_INFO("server.loading", " ");
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue