diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 21:22:15 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-24 21:22:15 +0000 |
commit | 5c6efe96225a646c5ff1ae3db4de8e392baf0286 (patch) | |
tree | 09b2c30f9d6e853b070a7532c3adf2e089decd8a /fetchmail.c | |
parent | 890726f5e3730478ca1f5901d1582b18c3dedb4b (diff) | |
download | fetchmail-5c6efe96225a646c5ff1ae3db4de8e392baf0286.tar.gz fetchmail-5c6efe96225a646c5ff1ae3db4de8e392baf0286.tar.bz2 fetchmail-5c6efe96225a646c5ff1ae3db4de8e392baf0286.zip |
Quiet the program down a bit.
svn path=/trunk/; revision=126
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) { |