aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-06-09 18:01:07 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-06-09 18:01:07 +0000
commit58041e78c6d88eb9b72a3c4097ea723bd5529558 (patch)
treeda8709da10e142b1315bd9550ae6dda3a7a5907e
parent0cfc0e3ece076370268668ed1b990ac2561f2b6e (diff)
downloadfetchmail-58041e78c6d88eb9b72a3c4097ea723bd5529558.tar.gz
fetchmail-58041e78c6d88eb9b72a3c4097ea723bd5529558.tar.bz2
fetchmail-58041e78c6d88eb9b72a3c4097ea723bd5529558.zip
Add "body bytes" count.
svn path=/trunk/; revision=1072
-rw-r--r--driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index 9aaec733..26ebe72a 100644
--- a/driver.c
+++ b/driver.c
@@ -1534,6 +1534,7 @@ const struct method *proto; /* protocol method table */
{
if ((ok=(protocol->fetch_body)(sock,ctl,num,&len)))
goto cleanUp;
+ error_build(" (%d body bytes) ", len);
set_timeout(ctl->server.timeout);
}
}