r1299 - trunk/code/qcommon

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sun Apr 6 08:59:32 EDT 2008


Author: ludwig
Date: 2008-04-06 08:59:30 -0400 (Sun, 06 Apr 2008)
New Revision: 1299

Modified:
   trunk/code/qcommon/cmd.c
Log:
debug output for EXEC_NOW

Modified: trunk/code/qcommon/cmd.c
===================================================================
--- trunk/code/qcommon/cmd.c	2008-04-06 12:59:26 UTC (rev 1298)
+++ trunk/code/qcommon/cmd.c	2008-04-06 12:59:30 UTC (rev 1299)
@@ -144,9 +144,11 @@
 	{
 	case EXEC_NOW:
 		if (text && strlen(text) > 0) {
+			Com_DPrintf(S_COLOR_YELLOW "EXEC_NOW %s\n", text);
 			Cmd_ExecuteString (text);
 		} else {
 			Cbuf_Execute();
+			Com_DPrintf(S_COLOR_YELLOW "EXEC_NOW %s\n", cmd_text.data);
 		}
 		break;
 	case EXEC_INSERT:




More information about the quake3-commits mailing list