diff --git a/src/net/common/servergame.cpp b/src/net/common/servergame.cpp index 9292cf07..feaa50e6 100644 --- a/src/net/common/servergame.cpp +++ b/src/net/common/servergame.cpp @@ -464,7 +464,7 @@ ServerGame::StoreLastGames() if(lastGames.size() > 0) //GetLobbyThread().GetDatabase().SetGamePlayerPlace(GetId(), (*i).second.dbid, lastGames); - LOG_VERBOSE("last timeStamp" << lastGames.end() << "."); + LOG_VERBOSE("last timeStamp" << *lastGames.end() << "."); } ++i; }