diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index bd31e0a0..859e438e 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -728,7 +728,8 @@ static int query_host(struct query *ctl) time_t now; time(&now); - fprintf(stderr, "Querying %s (protocol %s) at %s", + fprintf(stderr, "fetchmail: %s.%s querying %s (protocol %s) at %s", + RELEASE_ID, PATCHLEVEL, ctl->server.names->id, showproto(ctl->server.protocol), ctime(&now)); } switch (ctl->server.protocol) { |