[Scummvm-cvs-logs] SF.net SVN: scummvm: [26965] scummvm/trunk/engines/kyra/detection.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sun May 27 13:18:33 CEST 2007


Revision: 26965
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26965&view=rev
Author:   lordhoto
Date:     2007-05-27 04:18:33 -0700 (Sun, 27 May 2007)

Log Message:
-----------
Updated error message.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/detection.cpp

Modified: scummvm/trunk/engines/kyra/detection.cpp
===================================================================
--- scummvm/trunk/engines/kyra/detection.cpp	2007-05-27 10:53:09 UTC (rev 26964)
+++ scummvm/trunk/engines/kyra/detection.cpp	2007-05-27 11:18:33 UTC (rev 26965)
@@ -160,7 +160,7 @@
 	} 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;
 }


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list