]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.c
huge audit of dprints throughout engine, all notices of successfully
[xonotic/darkplaces.git] / cmd.c
diff --git a/cmd.c b/cmd.c
index 2e80075469fc0fb138016c97817a8d6bf3862fb3..c085aa8856c846bd6b4b34b849b1a03d29591d4f 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -306,7 +306,7 @@ static void Cmd_Exec_f (void)
                Con_Printf("couldn't exec %s\n",Cmd_Argv(1));
                return;
        }
-       Con_DPrintf("execing %s\n",Cmd_Argv(1));
+       Con_Printf("execing %s\n",Cmd_Argv(1));
 
        // if executing default.cfg for the first time, lock the cvar defaults
        // it may seem backwards to insert this text BEFORE the default.cfg