From 952e7ae65dd4d1df514fe48b850f32efb5de96f2 Mon Sep 17 00:00:00 2001 From: krivoshein Date: Tue, 27 Jan 2026 13:16:10 +0300 Subject: [PATCH] All GUI Sending --- LibServer/Systems/commonclienthandler.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LibServer/Systems/commonclienthandler.cpp b/LibServer/Systems/commonclienthandler.cpp index 80b372a..79435c7 100644 --- a/LibServer/Systems/commonclienthandler.cpp +++ b/LibServer/Systems/commonclienthandler.cpp @@ -122,9 +122,9 @@ void CommonClientHandler::slot_sendPacketToAllClients(PacketType packetType, boo handler->sendPacketType(packetType); if(flOnlyGUI) - Logger::instance().log("All GUI Sending " + handler->getClient()->getLogin() + " " + enumToString(packetType)); + Logger::instance().log("All GUI Sending " + handler->getClient()->getLogin() + " " + enumToString(packetType), LogLevel::DEBUG); else - Logger::instance().log("All Sending " + handler->getClient()->getLogin() + " " + enumToString(packetType)); + Logger::instance().log("All Sending " + handler->getClient()->getLogin() + " " + enumToString(packetType), LogLevel::DEBUG); } //emit sigSetServerState(packetType);