[Scummvm-cvs-logs] SF.net SVN: scummvm: [22357] scummvm/trunk/base/main.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Thu May 4 17:29:12 CEST 2006


Revision: 22357
Author:   fingolfin
Date:     2006-05-04 17:28:26 -0700 (Thu, 04 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22357&view=rev

Log Message:
-----------
Corrected a warning message (findGame failures are due to unsupported gameids, and have nothing to do with targets)

Modified Paths:
--------------
    scummvm/trunk/base/main.cpp
Modified: scummvm/trunk/base/main.cpp
===================================================================
--- scummvm/trunk/base/main.cpp	2006-05-05 00:26:03 UTC (rev 22356)
+++ scummvm/trunk/base/main.cpp	2006-05-05 00:28:26 UTC (rev 22357)
@@ -160,7 +160,7 @@
 
 	if (plugin == 0) {
 		printf("Failed game detection\n");
-		warning("%s is an invalid target. Use the --list-targets option to list targets", ConfMan.getActiveDomainName().c_str());
+		warning("%s is an invalid gameid. Use the --list-games option to list supported gameid", gameid.c_str());
 		return 0;
 	}
 


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