r4255 - trunk/data/qcsrc/common

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Aug 30 07:49:34 EDT 2008


Author: esteel
Date: 2008-08-30 07:49:34 -0400 (Sat, 30 Aug 2008)
New Revision: 4255

Modified:
   trunk/data/qcsrc/common/util.qc
Log:
use print instead of dprint and make it red so server admins can see the message about no being able to save the database


Modified: trunk/data/qcsrc/common/util.qc
===================================================================
--- trunk/data/qcsrc/common/util.qc	2008-08-30 11:46:44 UTC (rev 4254)
+++ trunk/data/qcsrc/common/util.qc	2008-08-30 11:49:34 UTC (rev 4255)
@@ -279,7 +279,7 @@
 	fh = fopen(pFilename, FILE_WRITE);
 	if(fh < 0) 
 	{
-		dprint(strcat("Can't write DB to ", pFilename));
+		print(strcat("^1Can't write DB to ", pFilename));
 		return;
 	}
 	n = buf_getsize(db);




More information about the nexuiz-commits mailing list