View | Details | Raw Unified | Return to bug 23571
Collapse All | Expand All

(-)a/misc/cronjobs/fines.pl (-2 / +1 lines)
Lines 84-90 try { Link Here
84
}
84
}
85
catch {
85
catch {
86
    my $message = "Skipping execution of $0 ($_)";
86
    my $message = "Skipping execution of $0 ($_)";
87
    print STDERR $message
87
    print STDERR "$message\n"
88
        if $verbose;
88
        if $verbose;
89
    cronlogaction( $message );
89
    cronlogaction( $message );
90
    exit;
90
    exit;
91
- 

Return to bug 23571