aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--driver.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 79f0bd2b..20dd4a49 100644
--- a/driver.c
+++ b/driver.c
@@ -1536,7 +1536,8 @@ const struct method *proto; /* protocol method table */
{
if ((ok=(protocol->fetch_body)(sock,ctl,num,&len)))
goto cleanUp;
- error_build(" (%d body bytes) ", len);
+ if (!msgsizes)
+ error_build(" (%d body bytes) ", len);
set_timeout(ctl->server.timeout);
}
}