diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index d677be9f..f78d149a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -326,12 +326,12 @@ struct hostrec *queryctl; { int i, st; - if (outlevel != O_SILENT) + if (outlevel == O_VERBOSE) { time_t now; time(&now); - fprintf(stderr, "fetchmail: querying %s (protocol %s) at %s", + fprintf(stderr, "Querying %s (protocol %s) at %s", queryctl->servername, showproto(queryctl->protocol), ctime(&now)); } switch (queryctl->protocol) { |