aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/detection.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2007-05-27 11:18:33 +0000
committerJohannes Schickel2007-05-27 11:18:33 +0000
commitc42c65686e3d2783be960181f23a876ed2389114 (patch)
treea84c8df91c427c860ec01d99a2ee56a3cb8b8ff6 /engines/kyra/detection.cpp
parent78953e1818e308e47788b7888a1d747abfc59228 (diff)
downloadscummvm-rg350-c42c65686e3d2783be960181f23a876ed2389114.tar.gz
scummvm-rg350-c42c65686e3d2783be960181f23a876ed2389114.tar.bz2
scummvm-rg350-c42c65686e3d2783be960181f23a876ed2389114.zip
Updated error message.
svn-id: r26965
Diffstat (limited to 'engines/kyra/detection.cpp')
-rw-r--r--engines/kyra/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/detection.cpp b/engines/kyra/detection.cpp
index 3bd1021e5d..afafad524d 100644
--- a/engines/kyra/detection.cpp
+++ b/engines/kyra/detection.cpp
@@ -160,7 +160,7 @@ PluginError Engine_KYRA_create(OSystem *syst, Engine **engine) {
} else if (!scumm_stricmp("kyra3", gameid)) {
*engine = new Kyra::KyraEngine_v3(syst, flags);
} else
- error("Kyra engine created with invalid gameid");
+ error("Kyra engine created with invalid gameid ('%s')", gameid);
return kNoError;
}