From 7fda273e60eea89c5fcd0db8013375aad26ea9a7 Mon Sep 17 00:00:00 2001 From: havoc Date: Sun, 27 Aug 2006 08:20:44 +0000 Subject: [PATCH] changed default timeformat (related to timestamps cvar for logging) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6570 d7cf8633-e32d-0410-b094-e92efae38249 --- host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host.c b/host.c index 95a64227..64b51d75 100644 --- a/host.c +++ b/host.c @@ -86,7 +86,7 @@ cvar_t pausable = {0, "pausable","1", "allow players to pause or not"}; cvar_t temp1 = {0, "temp1","0", "general cvar for mods to use, in stock id1 this selects which death animation to use on players (0 = random death, other values select specific death scenes)"}; cvar_t timestamps = {CVAR_SAVE, "timestamps", "0", "prints timestamps on console messages"}; -cvar_t timeformat = {CVAR_SAVE, "timeformat", "[%b %e %X] ", "time format to use on timestamped console messages"}; +cvar_t timeformat = {CVAR_SAVE, "timeformat", "[%Y-%m-%d %H:%M:%S] ", "time format to use on timestamped console messages"}; /* ================ -- 2.39.2