From d4ae9fed10eab45ac9dd12086cc22f2822c4f3cd Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 15 Nov 1996 04:09:01 +0000 Subject: Make error paths clearer. svn path=/trunk/; revision=543 --- smtp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'smtp.c') diff --git a/smtp.c b/smtp.c index 142821d0..cab2ef6c 100644 --- a/smtp.c +++ b/smtp.c @@ -116,7 +116,11 @@ static int SMTP_check(FILE *sockfp,char *argbuf) ok = SM_ERROR; } else + { + if (outlevel == O_VERBOSE) + fprintf(stderr, "SMTP< (read failed)\n"); ok = SM_UNRECOVERABLE; + } return (ok); } -- cgit v1.2.3