From: Stephen L Johnson Date: Tue, 14 Mar 2000 22:50:34 +0000 (+0000) Subject: added comma to logopt attribute in init_logging() X-Git-Tag: spong-2_7-alpha5~34 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=915b994cf18cd2f9bea61a552290116c52b29026;p=spong.git added comma to logopt attribute in init_logging() --- diff --git a/src/spong-client.pl b/src/spong-client.pl index cd891d0..12d34df 100755 --- a/src/spong-client.pl +++ b/src/spong-client.pl @@ -136,7 +136,7 @@ sub init_logging { Spong::Log::set_error_context( syslog => $syslog, ident => 'spong-client', - logopt => 'pid cons', + logopt => 'pid,cons', priority => 'ERR', filename => $filename, );