diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index 68ab7fdd..9de42eb1 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1236,8 +1236,10 @@ static int query_host(struct query *ctl) time(&now); report(stdout, 0, _("%s querying %s (protocol %s) at %s\n"), - VERSION, - ctl->server.pollname, showproto(ctl->server.protocol), ctime(&now)); + VERSION, + ctl->server.pollname, + showproto(ctl->server.protocol), + rfc822timestamp()); } switch (ctl->server.protocol) { case P_AUTO: |