diff --git a/src/net/common/servergame.cpp b/src/net/common/servergame.cpp index c7f3aea2..74d093a8 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" << (long)lastGames.front().first << "."); + LOG_VERBOSE("last timeStamp" << lastGames.end() << "."); } ++i; }