mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -07:00
Add configuration options to enable database logging
This commit is contained in:
parent
2896f05823
commit
cd69bc8f9d
4 changed files with 35 additions and 3 deletions
|
|
@ -346,7 +346,7 @@ void Server::externalRoomSay(int roomId, const QString &userName, const QString
|
|||
}
|
||||
room->say(userName, message, false);
|
||||
|
||||
getDatabaseInterface()->logMessage(0, userName, "ISL", message, Server_DatabaseInterface::MessageTargetRoom, room->getId(), room->getName());
|
||||
getDatabaseInterface()->logMessage(0, userName, "ISL", message, Server_DatabaseInterface::MessageTargetIslRoom, room->getId(), room->getName());
|
||||
}
|
||||
|
||||
void Server::externalRoomGameListChanged(int roomId, const ServerInfo_Game &gameInfo)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue