From d63f1037628b50ce7c2c91e511beab46c502eb66 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 24 Dec 2013 13:36:58 +0000 Subject: [PATCH] Downgrade mark_matching_tests_for_skipping()'s log message ... to LL_FILE_LOADING. --- tools/privoxy-regression-test.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index 7e654164..a083ff0c 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -7,7 +7,7 @@ # A regression test "framework" for Privoxy. For documentation see: # perldoc privoxy-regression-test.pl # -# $Id: privoxy-regression-test.pl,v 1.91 2013/03/07 14:10:04 fabiankeil Exp $ +# $Id: privoxy-regression-test.pl,v 1.92 2013/03/20 11:30:45 fabiankeil Exp $ # # Wish list: # @@ -491,8 +491,7 @@ sub mark_matching_tests_for_skipping($) { my $message = sprintf("Marking test %s for ignoring. Overwrite condition: %s.", $regression_tests[$s][$r]{'number'}, $overwrite_condition); - # XXX: Should eventually be downgraded to LL_FILE_LOADING. - log_message($message); + l(LL_FILE_LOADING, $message); # XXX: Should eventually get its own key so get_skip_reason() # can tell about the overwrite condition. -- 2.39.2