aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/resource.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/resource.cpp b/scumm/resource.cpp
index 3af952ba5f..c487541c55 100644
--- a/scumm/resource.cpp
+++ b/scumm/resource.cpp
@@ -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'):