mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Support --verbose in weekly calendars
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user