diff --git a/src/net/common/servergame.cpp b/src/net/common/servergame.cpp index aa7c3295..c7f3aea2 100644 --- a/src/net/common/servergame.cpp +++ b/src/net/common/servergame.cpp @@ -466,7 +466,7 @@ ServerGame::StoreLastGames() if(lastGames.size() > 0) //GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames); - LOG_VERBOSE("first timeStamp" << lastGames.front().first << "."); + LOG_VERBOSE("first timeStamp" << (long)lastGames.front().first << "."); } ++i; }