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