From: divverent Date: Sun, 12 Dec 2010 19:46:39 +0000 (+0000) Subject: turn another print into a dprint X-Git-Tag: xonotic-v0.5.0~438^2~184 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d7d479850ed34a5b1c293b0e23736ad6a32143c0;p=xonotic%2Fdarkplaces.git turn another print into a dprint git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10657 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/prvm_edict.c b/prvm_edict.c index a0dc14a2..a5f80d1c 100644 --- a/prvm_edict.c +++ b/prvm_edict.c @@ -2417,7 +2417,7 @@ void PRVM_LoadProgs (const char * filename, int numrequiredfunc, const char **re { const char *value; char buf[64]; - Con_Printf("PRVM_LoadProgs: no cvar for autocvar global %s in %s, creating...\n", name, PRVM_NAME); + Con_DPrintf("PRVM_LoadProgs: no cvar for autocvar global %s in %s, creating...\n", name, PRVM_NAME); switch(prog->globaldefs[i].type & ~DEF_SAVEGLOBAL) { case ev_float: