From 0bb35a7856ab9335cf400e8529dbf799fcb08772 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 5 May 2006 00:28:26 +0000 Subject: Corrected a warning message (findGame failures are due to unsupported gameids, and have nothing to do with targets) svn-id: r22357 --- base/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/main.cpp b/base/main.cpp index 01c2031fcc..c5f646c7a4 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -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; } -- cgit v1.2.3