summaryrefslogtreecommitdiff
path: root/src/game/g_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/g_main.c')
-rw-r--r--src/game/g_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/g_main.c b/src/game/g_main.c
index c8e0af41..52e59ddd 100644
--- a/src/game/g_main.c
+++ b/src/game/g_main.c
@@ -578,7 +578,7 @@ void G_InitGame( int levelTime, int randomSeed, int restart )
G_LogPrintf( "InitGame: %s\n", serverinfo );
trap_RealTime( &qt );
- G_LogPrintf("RealTime: %04i/%02i/%02i %02i:%02i:%02i\n",
+ G_LogPrintf("RealTime: %04i-%02i-%02i %02i:%02i:%02i\n",
qt.tm_year+1900, qt.tm_mon+1, qt.tm_mday,
qt.tm_hour, qt.tm_min, qt.tm_sec );