From 3514c492ee42247d804c8d22937e2968d4f80664 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Tue, 6 May 2025 13:03:38 -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 1b29c28..0153a9a 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -76,7 +76,7 @@ sub init { banana => 'sand', }; foreach (my ($path, @datum) = each %page) { - syslog("info", "Marking Static $path"); + syslog("info", "Marking Static '$path'"); # $template->process($datum[1], $vars, \$_) or syslog("info", $template->error()); # $static{$path} = $_; } -- 2.47.3