[Scummvm-cvs-logs] SF.net SVN: scummvm:[33387] scummvm/trunk/base/commandLine.cpp
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Tue Jul 29 02:49:45 CEST 2008
Revision: 33387
http://scummvm.svn.sourceforge.net/scummvm/?rev=33387&view=rev
Author: fingolfin
Date: 2008-07-29 00:49:44 +0000 (Tue, 29 Jul 2008)
Log Message:
-----------
Changed output of --test-detector: multiple hits with same gameid now only are a warning, not a failure
Modified Paths:
--------------
scummvm/trunk/base/commandLine.cpp
Modified: scummvm/trunk/base/commandLine.cpp
===================================================================
--- scummvm/trunk/base/commandLine.cpp 2008-07-29 00:02:50 UTC (rev 33386)
+++ scummvm/trunk/base/commandLine.cpp 2008-07-29 00:49:44 UTC (rev 33387)
@@ -685,9 +685,9 @@
failure++;
} else if (candidates.size() > 1) {
if (gameidDiffers) {
- printf(" FAILURE: Multiple games detected, some/all with wrong gameid\n");
+ printf(" WARNING: Multiple games detected, some/all with wrong gameid\n");
} else {
- printf(" FAILURE: Multiple games detected, but all have the same gameid\n");
+ printf(" WARNING: Multiple games detected, but all have the same gameid\n");
}
failure++;
} else if (gameidDiffers) {
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