privoxy-regression-test: When get_cgi_page_or_else() fails, include the URL of the...
authorFabian Keil <fk@fabiankeil.de>
Sun, 13 Dec 2020 06:56:01 +0000 (07:56 +0100)
committerFabian Keil <fk@fabiankeil.de>
Mon, 14 Dec 2020 07:49:17 +0000 (08:49 +0100)
tools/privoxy-regression-test.pl

index 6f342ba..7596581 100755 (executable)
@@ -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.";