mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
http-server: fix server name in a log message
This changed when the file was renamed in commit cbf57176
This commit is contained in:
parent
707f74c04a
commit
200c409021
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user