aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/container.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/container.h')
-rw-r--r--engines/macventure/container.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/container.h b/engines/macventure/container.h
index b65c1578cd..6b9c6462ca 100644
--- a/engines/macventure/container.h
+++ b/engines/macventure/container.h
@@ -46,7 +46,7 @@ public:
_filename = filename;
if (!_file.open(_filename))
- error("Could not open %s", _filename.c_str());
+ error("CONTAINER: Could not open %s", _filename.c_str());
_res = _file.readStream(_file.size());
_header = _res->readUint32BE();