From: Rafael Garcia-Suarez Date: Sat, 3 Dec 2005 12:16:54 +0000 (+0000) Subject: Missing chunk in change #26247. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=caccce6a1f0bee322fe569bba47ff533e3727c06;p=p5sagit%2Fp5-mst-13.2.git Missing chunk in change #26247. p4raw-link: @26247 on //depot/perl: ce43db9bedd4c6999381bd25cfc0127c2b615272 p4raw-id: //depot/perl@26248 --- diff --git a/ext/Sys/Syslog/Syslog.pm b/ext/Sys/Syslog/Syslog.pm index 4f06357..d06ac17 100644 --- a/ext/Sys/Syslog/Syslog.pm +++ b/ext/Sys/Syslog/Syslog.pm @@ -69,9 +69,9 @@ B =item syslog $priority, $format, @args -If I<$priority> permits, logs I<($format, @args)> -printed as by C, with the addition that I<%m> -is replaced with C<"$!"> (the latest error message). +If I<$priority> permits, logs I<$message> or I +with the addition that I<%m> in $message or $format is replaced with +C<"$!"> (the latest error message). If you didn't use openlog() before using syslog(), syslog will try to guess the I<$ident> by extracting the shortest prefix of I<$format>