diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-09-03 16:11:34 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-09-03 16:11:34 +0000 |
commit | beb32366135ba18366f816d33cfbdd1ea7755a06 (patch) | |
tree | 628ab51d72863c061a6c57dd6f879541804d1797 | |
parent | f409ced259a310e151cc1c6dcb60021f7c644b33 (diff) | |
download | fetchmail-beb32366135ba18366f816d33cfbdd1ea7755a06.tar.gz fetchmail-beb32366135ba18366f816d33cfbdd1ea7755a06.tar.bz2 fetchmail-beb32366135ba18366f816d33cfbdd1ea7755a06.zip |
Better message.
svn path=/trunk/; revision=2064
-rw-r--r-- | driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]); } |