Small change in debug message.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-01-20 09:00:31 +01:00
parent 9c83c0efff
commit 97267f8709

View file

@ -501,7 +501,7 @@ sub BuildPosting {
$_ =~ s/^Posting-Frequency:\s+//i; $_ =~ s/^Posting-Frequency:\s+//i;
$PostingFrequency = $_; $PostingFrequency = $_;
$_ = ''; $_ = '';
print "- Posting-Frequency set to $PostingFrequency.\n" if $Config{'debug'}; print "- Posting-Frequency set to $PostingFrequency from header.\n" if $Config{'debug'};
} }
} }