mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +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:
@@ -56,7 +56,7 @@ void ChannelMgr::LoadChannels()
|
||||
QueryResult result = CharacterDatabase.Query("SELECT channelId, name, team, announce, ownership, password FROM channels ORDER BY channelId ASC");
|
||||
if (!result)
|
||||
{
|
||||
LOG_INFO("server.loading", ">> Loaded 0 channels. DB table `channels` is empty.");
|
||||
LOG_WARN("server.loading", ">> Loaded 0 channels. DB table `channels` is empty.");
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -171,7 +171,7 @@ void ChannelMgr::LoadChannelRights()
|
||||
QueryResult result = CharacterDatabase.Query("SELECT name, flags, speakdelay, joinmessage, delaymessage, moderators FROM channels_rights");
|
||||
if (!result)
|
||||
{
|
||||
LOG_INFO("server.loading", ">> Loaded 0 Channel Rights!");
|
||||
LOG_WARN("server.loading", ">> Loaded 0 Channel Rights!");
|
||||
LOG_INFO("server.loading", " ");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user