]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
turn another print into a dprint
authordivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 12 Dec 2010 19:46:39 +0000 (19:46 +0000)
committerdivverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 12 Dec 2010 19:46:39 +0000 (19:46 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10657 d7cf8633-e32d-0410-b094-e92efae38249

prvm_edict.c

index a0dc14a22a619c0dea92f8147e94711c75ec6029..a5f80d1cdb9457db350934758177de23eede96d1 100644 (file)
@@ -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: