aboutsummaryrefslogtreecommitdiff
path: root/engines/macventure/stringtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/macventure/stringtable.h')
-rw-r--r--engines/macventure/stringtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/macventure/stringtable.h b/engines/macventure/stringtable.h
index 0a5419e235..a03fb28a0d 100644
--- a/engines/macventure/stringtable.h
+++ b/engines/macventure/stringtable.h
@@ -47,7 +47,7 @@ public:
_id = id;
if (!loadStrings())
- error("Could not load string table %x", id);
+ error("ENGINE: Could not load string table %x", id);
}
~StringTable() {