Browse Source

http-server: fix server name in a log message

This changed when the file was renamed in commit cbf57176
Dan Fandrich 1 year ago
parent
commit
200c409021
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/http-server.pl

+ 1 - 1
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;
 }