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