aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-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]);
}