[quake3-commits] r2060 - trunk/code/client

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jun 25 05:35:03 EDT 2011


Author: thilo
Date: 2011-06-25 05:35:03 -0400 (Sat, 25 Jun 2011)
New Revision: 2060

Modified:
   trunk/code/client/snd_codec.c
Log:
Make sound fallback behaviour for music streams less verbose


Modified: trunk/code/client/snd_codec.c
===================================================================
--- trunk/code/client/snd_codec.c	2011-06-25 09:05:57 UTC (rev 2059)
+++ trunk/code/client/snd_codec.c	2011-06-25 09:35:03 UTC (rev 2060)
@@ -201,7 +201,7 @@
 	length = FS_FOpenFileRead(filename, &hnd, qtrue);
 	if(!hnd)
 	{
-		Com_Printf("Can't read sound file %s\n", filename);
+		Com_DPrintf("Can't read sound file %s\n", filename);
 		return NULL;
 	}
 



More information about the quake3-commits mailing list