diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-01-27 18:51:10 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-01-27 18:51:10 +0000 |
commit | d69302202d6c7a94a0e4f3ed81d7947705f9dc83 (patch) | |
tree | f272f0d5159ba39c45b962deca8784e319c7adea /tests/httpserver.pl | |
parent | 227662d2ed0859cad328e2f818c05846a2015fa2 (diff) | |
download | curl-d69302202d6c7a94a0e4f3ed81d7947705f9dc83.tar.gz |
minor output fix
Diffstat (limited to 'tests/httpserver.pl')
-rwxr-xr-x | tests/httpserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpserver.pl b/tests/httpserver.pl index 06b52c414..b1d661925 100755 --- a/tests/httpserver.pl +++ b/tests/httpserver.pl @@ -119,7 +119,7 @@ for ( $waitedpid = 0; $testnum=$1; if($verbose) { - print STDERR "sending reply $testnum\n"; + print STDERR "OUT: sending reply $testnum\n"; } } else { |