1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

stdout is good enough

This commit is contained in:
Daniel Stenberg 2003-06-13 09:09:04 +00:00
parent 80c194a70a
commit 9aae16c236

View File

@ -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
}