Skip to content
Snippets Groups Projects
Commit 9aae16c2 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

stdout is good enough

parent 80c194a7
No related branches found
No related tags found
No related merge requests found
......@@ -1187,7 +1187,7 @@ close(CMDLOG);
print "Shutting down test suite servers:\n" if (!$short);
for(keys %run) {
printf STDERR ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if(!$short);
printf ("* kill pid for %-5s => %-5d\n", $_, $run{$_}) if(!$short);
stopserver($run{$_}); # the pid file is in the hash table
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment