[Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,1.69,1.70

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


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

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

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse.cpp,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- imuse.cpp	23 Oct 2002 00:24:43 -0000	1.69
+++ imuse.cpp	23 Oct 2002 06:48:10 -0000	1.70
@@ -5657,7 +5657,7 @@
 					}
 				}
 				if (chan == -1) {
-					warning("IMuseDigital::doCommand 12,6 sample(%d) not exist in channels", sample);
+					debug(2, "IMuseDigital::doCommand 12,6 sample(%d) not exist in channels", sample);
 					return 1;
 				}
 				_channel[chan]._volume = d;
@@ -5683,7 +5683,7 @@
 					}
 				}
 				if (chan == -1) {
-					warning("IMuseDigital::doCommand 12,7 sample(%d) not exist in channels", sample);
+					debug(2, "IMuseDigital::doCommand 12,7 sample(%d) not exist in channels", sample);
 					return 1;
 				}
 				_channel[chan]._volumeRight = d;
@@ -5703,7 +5703,7 @@
 					}
 				}
 				if (chan == -1) {
-						warning("IMuseDigital::doCommand 14,6 sample %d not exist in channels", sample);
+						debug(2, "IMuseDigital::doCommand 14,6 sample %d not exist in channels", sample);
 					return 1;
 				}
 				_channel[chan]._volumeFade = d;





More information about the Scummvm-git-logs mailing list