diff --git a/bin/yapfaq.pl b/bin/yapfaq.pl index 61f4c3a..f1f7365 100755 --- a/bin/yapfaq.pl +++ b/bin/yapfaq.pl @@ -520,7 +520,7 @@ sub BuildPosting { if ($OptForce or (!$LastPosted) or ($LastPosted && $NextPosted <= DateTime->now)) { print "... is due and will be posted.\n" if $Config{'verbose'} or $Config{'debug'}; } else { - printf ("... is not due (next post at %s).\n", $NextPosted->strftime('%Y-%m-%d')) + printf("... is not due (next post at %s).\n", $NextPosted->strftime('%Y-%m-%d')) if $Config{'verbose'} or $Config{'debug'}; return ''; }