From 75812ba512423c84baba3acecdedbfd9451f8b29 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 17 Jun 1997 16:56:37 +0000 Subject: Don't issue body bytes in silent mode. svn path=/trunk/; revision=1103 --- driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- cgit v1.2.3