From: Emil Williams Date: Wed, 14 May 2025 19:37:34 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=9bf25d1a848c4c37160562be78fa1f1f15e37b32;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 0d5ae20..0213302 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -57,7 +57,7 @@ sub Triple::main { my $location; my $body = ''; if ($method eq 'POST') { - syslog("info", "something like posting has occurred); + syslog("info", "something like posting has occurred"); if ($content_length > 0) { read(STDIN, $body, $content_length); }