From 0ae17e7048a670d91ecf36033b9da39576efedd1 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Thu, 29 May 2025 16:57:34 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index ca3db87..5bb5903 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -139,7 +139,7 @@ sub Triple::main { my @set = @{$dynamic}; $vars->{"title"} = "$set[PAGE_TITLE]"; $vars->{"description"} = "$set[PAGE_DESCRIPTION]"; - $template->process($set[PAGE_TT], $vars, \$page) or syslog("info", $template->error()); + $template->process($set[PAGE_TT], $vars, \$page) or syslog("info", "Template: " . $template->error()); } else { $page = $static{''}; } -- 2.39.5