mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-11 13:45:25 +00:00
Lower debug level
svn-id: r14957
This commit is contained in:
parent
fc60379b21
commit
d662863db1
@ -582,12 +582,12 @@ void ScummEngine::readIndexFile() {
|
||||
|
||||
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'):
|
||||
|
Loading…
x
Reference in New Issue
Block a user