From 200c409021f57645fec76c118de7132b475b6301 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Mon, 17 Apr 2023 14:58:20 -0700 Subject: [PATCH] http-server: fix server name in a log message This changed when the file was renamed in commit cbf57176 --- tests/http-server.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/http-server.pl b/tests/http-server.pl index 153020300b..526ec319bd 100755 --- a/tests/http-server.pl +++ b/tests/http-server.pl @@ -143,7 +143,7 @@ while(@ARGV) { $verbose = 1; } else { - print STDERR "\nWarning: httpserver.pl unknown parameter: $ARGV[0]\n"; + print STDERR "\nWarning: http-server.pl unknown parameter: $ARGV[0]\n"; } shift @ARGV; } -- 2.47.3