diff options
-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 { |