diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 6eb0a39e..b59209d5 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -761,7 +761,7 @@ int main(int argc, char **argv) ctl->wedged = FALSE; } - if (outlevel >= O_VERBOSE) + if (outlevel > O_SILENT) report(stdout, GT_("awakened at %s\n"), timestamp()); } } while |