From: Fabian Keil Date: Sun, 13 Dec 2020 06:56:01 +0000 (+0100) Subject: privoxy-regression-test: When get_cgi_page_or_else() fails, include the URL of the... X-Git-Tag: v_3_0_30~270^2~16 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=fc6847a674d34ac1d11e44ca067688191e4d7db9 privoxy-regression-test: When get_cgi_page_or_else() fails, include the URL of the requested page in the log message --- diff --git a/tools/privoxy-regression-test.pl b/tools/privoxy-regression-test.pl index 6f342baf..75965812 100755 --- a/tools/privoxy-regression-test.pl +++ b/tools/privoxy-regression-test.pl @@ -1370,7 +1370,7 @@ sub get_cgi_page_or_else($) { if (200 != $status_code) { - my $log_message = "Failed to fetch Privoxy CGI Page. " . + my $log_message = "Failed to fetch Privoxy CGI page '$cgi_url'. " . "Received status code ". $status_code . " while only 200 is acceptable.";