From e1520c6462b0cd465ef744a6af5a709abaea635d Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 29 Jul 2008 00:49:44 +0000 Subject: Changed output of --test-detector: multiple hits with same gameid now only are a warning, not a failure svn-id: r33387 --- base/commandLine.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/commandLine.cpp b/base/commandLine.cpp index fa96e30b9a..ea0e1465b6 100644 --- a/base/commandLine.cpp +++ b/base/commandLine.cpp @@ -685,9 +685,9 @@ static void runDetectorTest() { 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) { -- cgit v1.2.3