From 6353c86b533342e554cc51f7b83fdbf725557429 Mon Sep 17 00:00:00 2001 From: SaW Date: Tue, 18 Feb 2025 11:59:13 +0100 Subject: [PATCH] Change "Initializing guilds..." from INFO to DEBUG (#982) To avoid it being needlessly spammed in the console. --- src/factory/PlayerbotFactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/factory/PlayerbotFactory.cpp b/src/factory/PlayerbotFactory.cpp index e1a217e2..52ee5878 100644 --- a/src/factory/PlayerbotFactory.cpp +++ b/src/factory/PlayerbotFactory.cpp @@ -395,7 +395,7 @@ void PlayerbotFactory::Randomize(bool incremental) // bot->SaveToDB(false, false); if (sPlayerbotAIConfig->randomBotGuildCount > 0) { - LOG_INFO("playerbots", "Initializing guilds..."); + LOG_DEBUG("playerbots", "Initializing guilds..."); InitGuild(); } // bot->SaveToDB(false, false);