aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/resource.cpp')
-rw-r--r--engines/sci/resource.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/resource.cpp b/engines/sci/resource.cpp
index 0ec446f141..fdf8d02311 100644
--- a/engines/sci/resource.cpp
+++ b/engines/sci/resource.cpp
@@ -944,7 +944,7 @@ void ResourceManager::processPatch(ResourceSource *source, ResourceType restype,
newrsc->size = fsize - patch_data_offset - 2;
newrsc->headerSize = patch_data_offset;
newrsc->file_offset = 0;
- debug("Patching %s - OK", source->location_name.c_str());
+ debugC(1, kDebugLevelResMan, "Patching %s - OK", source->location_name.c_str());
}