From 3923b16de9ffae686d492220883682fa2ab1aa01 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sun, 7 Mar 1999 16:52:38 +0000 Subject: Verbosity fix. svn path=/trunk/; revision=2396 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- cgit v1.2.3