Support --verbose in weekly calendars

This commit is contained in:
Dianne Skoll
2024-12-24 13:18:19 -05:00
parent 800a4b15b2
commit a7d8f3c887
2 changed files with 7 additions and 4 deletions

View File

@@ -1045,6 +1045,9 @@ sub render
}
$self->draw_lines($cr, $settings);
$cr->show_page();
if ($settings->{verbose}) {
print STDERR "remdp2f: Rendered " . $self->{dates}->[0]->{date} . " to " . $self->{dates}->[6]->{date} . "\n";
}
}
sub draw_headings