diff options
-rwxr-xr-x | bin/send-reports | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/send-reports b/bin/send-reports index 77c7b1a10..612f29647 100755 --- a/bin/send-reports +++ b/bin/send-reports @@ -375,8 +375,7 @@ if ($verbose) { } } -# not conditional on verbose because these can be considered failures (more relevant than one-off error messages?) -if (keys %sending_skipped_by_method) { +if ($verbose and keys %sending_skipped_by_method) { my $c = 0; print "\nProblem reports that send-reports did not attempt to send because retries >= " . SEND_FAIL_RETRIES_CUTOFF . ":\n"; foreach my $send_method (sort keys %sending_skipped_by_method) { |