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

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

Return to bug 33649