From e95977595fcc6cac278ca89431672dbba139f3c7 Mon Sep 17 00:00:00 2001 From: Jacob Bachmeyer Date: Wed, 16 Nov 2022 21:54:40 -0600 Subject: [PATCH] Add POD block for ftp_syslog --- gatekeeper.pl | 7 +++++++ 1 file changed, 7 insertions(+) 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; -- 2.25.1