[Scummvm-cvs-logs] SF.net SVN: scummvm:[52183] scummvm/trunk/engines/sci/sound/soundcmd.cpp

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Aug 18 09:58:40 CEST 2010


Revision: 52183
          http://scummvm.svn.sourceforge.net/scummvm/?rev=52183&view=rev
Author:   thebluegr
Date:     2010-08-18 07:58:38 +0000 (Wed, 18 Aug 2010)

Log Message:
-----------
SCI: Changed a warning into a debugC

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sound/soundcmd.cpp

Modified: scummvm/trunk/engines/sci/sound/soundcmd.cpp
===================================================================
--- scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-08-18 07:14:17 UTC (rev 52182)
+++ scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-08-18 07:58:38 UTC (rev 52183)
@@ -298,7 +298,7 @@
 
 	MusicEntry *musicSlot = _music->getSlot(obj);
 	if (!musicSlot) {
-		warning("kDoSound(fade): Slot not found (%04x:%04x)", PRINT_REG(obj));
+		debugC(2, kDebugLevelSound, "kDoSound(fade): Slot not found (%04x:%04x)", PRINT_REG(obj));
 		return acc;
 	}
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list