From 5c6efe96225a646c5ff1ae3db4de8e392baf0286 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 24 Sep 1996 21:22:15 +0000 Subject: Quiet the program down a bit. svn path=/trunk/; revision=126 --- fetchmail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.c') 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) { -- cgit v1.2.3