From: Yang Tse Date: Sat, 28 Nov 2009 05:06:19 +0000 (+0000) Subject: Use different log files for each protocol X-Git-Tag: curl-7_20_0~298 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1fc32d866a71ec8b14f69d06271578ca3f83d3d6;p=thirdparty%2Fcurl.git Use different log files for each protocol --- diff --git a/tests/httpsserver.pl b/tests/httpsserver.pl index 3bd94d8e23..15cc60e4bd 100644 --- a/tests/httpsserver.pl +++ b/tests/httpsserver.pl @@ -61,7 +61,7 @@ my $certfile="$srcdir/" . ($stuncert?"certs/$stuncert":"stunnel.pem"); # stunnel server certificate my $pidfile="$path/.$proto.pid"; # stunnel process pid file -my $logfile="$path/log/stunnel.log"; # stunnel log file +my $logfile="$path/log/${proto}_stunnel.log"; # stunnel log file my $loglevel=5; my $ssltext = uc($proto) ." SSL/TLS:";