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

svn-id: r22357
This commit is contained in:
Max Horn 2006-05-05 00:28:26 +00:00
parent dad44b45d3
commit 0bb35a7856

View File

@ -160,7 +160,7 @@ static const Plugin *detectMain() {
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;
}