X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=tools%2Fprivoxy-regression-test.pl;h=75965812a22d3055ebbb83836c162facc5289d5a;hp=6f342bafc582f06ca09482594f5c520790a238d6;hb=fc6847a674d34ac1d11e44ca067688191e4d7db9;hpb=7fb7e28f2c2b3c45fc856210752f1e652f7132f0 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.";