Add POD block for ftp_syslog
authorJacob Bachmeyer <jcb@gnu.org>
Thu, 17 Nov 2022 03:54:40 +0000 (21:54 -0600)
committerJacob Bachmeyer <jcb@gnu.org>
Thu, 17 Nov 2022 03:54:40 +0000 (21:54 -0600)
gatekeeper.pl

index d9f7f724215049b9077c1bb7025a30c6694db4fa..0a8055fcbf3dfa87132f5721a8a01884cc4b9402 100755 (executable)
@@ -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;