From: havoc Date: Sun, 27 Aug 2006 08:20:44 +0000 (+0000) Subject: changed default timeformat (related to timestamps cvar for logging) X-Git-Tag: xonotic-v0.1.0preview~3816 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=7fda273e60eea89c5fcd0db8013375aad26ea9a7;p=xonotic%2Fdarkplaces.git 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 --- 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"}; /* ================