From 5cf037c43f5269f4b7a297ed06a47329d70cda92 Mon Sep 17 00:00:00 2001 From: Kai Philipp Date: Tue, 10 Sep 2019 20:55:51 +0200 Subject: [PATCH] bugfix --- src/net/common/servergame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }