aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-09-03 16:11:34 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-09-03 16:11:34 +0000
commitbeb32366135ba18366f816d33cfbdd1ea7755a06 (patch)
tree628ab51d72863c061a6c57dd6f879541804d1797
parentf409ced259a310e151cc1c6dcb60021f7c644b33 (diff)
downloadfetchmail-beb32366135ba18366f816d33cfbdd1ea7755a06.tar.gz
fetchmail-beb32366135ba18366f816d33cfbdd1ea7755a06.tar.bz2
fetchmail-beb32366135ba18366f816d33cfbdd1ea7755a06.zip
Better message.
svn path=/trunk/; revision=2064
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index e48dcc83..92108768 100644
--- a/driver.c
+++ b/driver.c
@@ -2223,7 +2223,7 @@ const struct method *proto; /* protocol method table */
{
if (outlevel >= O_VERBOSE)
error(0, 0,
- "message %d was not the expected length (%d != %d)",
+ "message %d was not the expected length (%d actual != %d expected)",
num, msglen, msgsizes[num-1]);
}