From 6e5c6415b1ca9a0b75128ae663d7319a4c83fb07 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Thu, 29 May 2025 16:53:05 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 3cdf200..3a2779d 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -146,8 +146,8 @@ sub Triple::main { } print $page; } - } catch { - syslog("info", "Crashed"); + } catch ($error) { + syslog("info", "Crashed: " . $error); } } -- 2.39.5