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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Wed Aug 4 15:35:56 CEST 2010


Revision: 51738
          http://scummvm.svn.sourceforge.net/scummvm/?rev=51738&view=rev
Author:   thebluegr
Date:     2010-08-04 13:35:56 +0000 (Wed, 04 Aug 2010)

Log Message:
-----------
SCI: Turned 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-04 13:00:58 UTC (rev 51737)
+++ scummvm/trunk/engines/sci/sound/soundcmd.cpp	2010-08-04 13:35:56 UTC (rev 51738)
@@ -569,7 +569,7 @@
 
 	MusicEntry *musicSlot = _music->getSlot(obj);
 	if (!musicSlot) {
-		warning("kDoSound(setPriority): Slot not found (%04x:%04x)", PRINT_REG(obj));
+		debugC(2, kDebugLevelSound, "kDoSound(setPriority): 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