From 915b994cf18cd2f9bea61a552290116c52b29026 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Tue, 14 Mar 2000 22:50:34 +0000 Subject: [PATCH] added comma to logopt attribute in init_logging() --- src/spong-client.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ); -- 2.30.2