diff options
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 11d3d9da..685389fb 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1266,7 +1266,7 @@ static int query_host(struct query *ctl) * If we're syslogging the progress messages are automatically timestamped. * Force timestamping if we're going to a logfile. */ - if (outlevel >= O_VERBOSE || run.logfile) + if (outlevel >= O_VERBOSE || (run.logfile && outlevel > O_SILENT)) { report(stdout, _("%s querying %s (protocol %s) at %s\n"), VERSION, |