mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 08:52:15 -07:00
bump some qCDebug to qCInfo and qCWarning
This commit is contained in:
parent
5483e0f302
commit
8b49981feb
29 changed files with 112 additions and 112 deletions
|
|
@ -753,7 +753,7 @@ void TabGame::processGameEventContainer(const GameEventContainer &cont,
|
|||
default: {
|
||||
Player *player = players.value(playerId, 0);
|
||||
if (!player) {
|
||||
qCDebug(TabGameLog) << "unhandled game event: invalid player id";
|
||||
qCWarning(TabGameLog) << "unhandled game event: invalid player id";
|
||||
break;
|
||||
}
|
||||
player->processGameEvent(eventType, event, context, options);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue