log: Fix build warning

This commit is contained in:
Calcitem 2019-11-18 00:37:53 +08:00
parent 652ee7ce0d
commit 929d62e7ce
1 changed files with 1 additions and 1 deletions

View File

@ -960,7 +960,7 @@ bool GameController::command(const QString &cmd, bool update /* = true */)
gameEndCycle = stopwatch::rdtscp_clock::now();
loggerDebug("Game Duration Time: %dms\n", gameDurationTime);
loggerDebug("Game Duration Time: %lldms\n", gameDurationTime);
#ifdef TIME_STAT
loggerDebug("Sort Time: %ld + %ld = %ldms\n",