[Scummvm-cvs-logs] CVS: scummvm/scumm resource.cpp,1.267,1.268

Travis Howell kirben at users.sourceforge.net
Wed Sep 8 00:11:12 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20474/scumm

Modified Files:
	resource.cpp 
Log Message:

Lower debug level


Index: resource.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/resource.cpp,v
retrieving revision 1.267
retrieving revision 1.268
diff -u -d -r1.267 -r1.268
--- resource.cpp	8 Sep 2004 06:46:52 -0000	1.267
+++ resource.cpp	8 Sep 2004 07:10:43 -0000	1.268
@@ -582,12 +582,12 @@
 
 		case MKID('DISK'):
 			_fileHandle.seek(itemsize - 8, SEEK_CUR);
-			debug(9, "DISK index block not yet handled, skipping");
+			debug(2, "DISK index block not yet handled, skipping");
 			break;
 
 		case MKID('INIB'):
 			_fileHandle.seek(itemsize - 8, SEEK_CUR);
-			debug(9, "INIB index block not yet handled, skipping");
+			debug(2, "INIB index block not yet handled, skipping");
 			break;
 
 		case MKID('DIRI'):





More information about the Scummvm-git-logs mailing list