From e6c138cdb74ffbd3706f86d6768c25df4ba08689 Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Wed, 20 Apr 2005 23:35:54 +0000 Subject: [PATCH] In change 24266 I failed to actually change anything. Sigh. p4raw-id: //depot/perl@24267 --- ext/Sys/Syslog/Syslog.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/Sys/Syslog/Syslog.pm b/ext/Sys/Syslog/Syslog.pm index 7776cb2..f38238b 100644 --- a/ext/Sys/Syslog/Syslog.pm +++ b/ext/Sys/Syslog/Syslog.pm @@ -115,7 +115,7 @@ Note that C now takes three arguments, just like C. =head1 EXAMPLES openlog($program, 'cons,pid', 'user'); - syslog('info', 'this is another test'); + syslog('info', '%s', 'this is another test'); syslog('mail|warning', 'this is a better test: %d', time); closelog(); -- 1.8.3.1