bump some qCDebug to qCInfo and qCWarning

This commit is contained in:
RickyRister 2025-03-29 16:17:56 -07:00
parent 5483e0f302
commit 8b49981feb
29 changed files with 112 additions and 112 deletions

View file

@ -568,7 +568,7 @@ Player::Player(const ServerInfo_User &info, int _id, bool _local, bool _judge, T
Player::~Player()
{
qCDebug(PlayerLog) << "Player destructor:" << getName();
qCInfo(PlayerLog) << "Player destructor:" << getName();
QMapIterator<QString, CardZone *> i(zones);
while (i.hasNext())