[Scummvm-cvs-logs] CVS: scummvm/sound mixer.cpp,1.19,1.20

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Tue Oct 22 23:49:01 CEST 2002


Update of /cvsroot/scummvm/scummvm/sound
In directory usw-pr-cvs1:/tmp/cvs-serv5201/sound

Modified Files:
	mixer.cpp 
Log Message:
changing warnings to debug level 2

Index: mixer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.cpp,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -d -r1.19 -r1.20
--- mixer.cpp	23 Oct 2002 00:21:44 -0000	1.19
+++ mixer.cpp	23 Oct 2002 06:48:10 -0000	1.20
@@ -53,7 +53,7 @@
 
 	Channel * chan = _channels[index];
 	if (!chan) {
-		warning("Trying to stream to an unexistant streamer : %d", index);
+		debug(2, "Trying to stream to an unexistant streamer : %d", index);
 		playStream(NULL, index, sound, size, rate, flags);
 		chan = _channels[index];
 	} else {





More information about the Scummvm-git-logs mailing list