From: Jacob Bachmeyer Date: Thu, 17 Nov 2022 03:54:40 +0000 (-0600) Subject: Add POD block for ftp_syslog X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=e95977595fcc6cac278ca89431672dbba139f3c7;p=gatekeeper.git Add POD block for ftp_syslog --- diff --git a/gatekeeper.pl b/gatekeeper.pl index d9f7f72..0a8055f 100755 --- a/gatekeeper.pl +++ b/gatekeeper.pl @@ -408,6 +408,13 @@ gatekeeper itself and these functions may change without notice. our $AbortExitCode = 1; } +=item ftp_syslog $severity => $message + +Send MESSAGE to syslog with SEVERITY, after collecting MESSAGE into a +single line and prepending processing context information. + +=cut + sub ftp_syslog { my $severity = shift; my $message = shift;