diff --git a/gen_site.pl b/gen_site.pl index 12b39ef2..64334da4 100755 --- a/gen_site.pl +++ b/gen_site.pl @@ -350,7 +350,7 @@ sub parse($$;$) lock($queue); say $chan_output "Pending queue:"; for ($i = 0; $i < $queue->pending(); $i++) { - say $chan_output "$i. $queue->peek($i)"; + say $chan_output "$i. ", $queue->peek($i); } say $chan_output "empty!" if $queue->pending() == 0; next;