Fix log
This commit is contained in:
parent
88fb0a555e
commit
114732035f
@ -539,7 +539,7 @@ void ClientLobbyRoomProtocol::startGame(Event* event)
|
||||
m_state = PLAYING;
|
||||
ProtocolManager::getInstance()
|
||||
->requestStart(new StartGameProtocol(m_setup));
|
||||
Log::error("ClientLobbyRoomProtocol", "Starting new game");
|
||||
Log::info("ClientLobbyRoomProtocol", "Starting new game");
|
||||
} // startGame
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user