From: Emil Williams Date: Thu, 29 May 2025 22:53:32 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=0b6a16cd241e8294381804a54c0d7cbcaaea5c50;p=emil-3chen.org.git -- --- diff --git a/perl/Triple.pm b/perl/Triple.pm index 3a2779d..96b57f3 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -147,7 +147,7 @@ sub Triple::main { print $page; } } catch ($error) { - syslog("info", "Crashed: " . $error); + syslog("info", "Crashed: $error"); } }