From f6b7a3a3a1512c1a877f39b5bc606dcef2fcd922 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 17 Oct 1998 16:24:28 +0000 Subject: More verbosity fixes. svn path=/trunk/; revision=2103 --- sink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sink.c') diff --git a/sink.c b/sink.c index 0f2afc87..e9d445ce 100644 --- a/sink.c +++ b/sink.c @@ -156,7 +156,7 @@ static int smtp_open(struct query *ctl) */ ctl->destaddr = ctl->smtpaddress ? ctl->smtpaddress : ( ctl->smtphost ? ctl->smtphost : "localhost"); - if (outlevel >= O_VERBOSE && ctl->smtp_socket != -1) + if (outlevel >= O_DEBUG && ctl->smtp_socket != -1) error(0, 0, "forwarding to %s", ctl->smtphost); return(ctl->smtp_socket); @@ -374,7 +374,7 @@ int open_sink(struct query *ctl, } - if (outlevel >= O_VERBOSE) + if (outlevel >= O_DEBUG) error(0, 0, "about to deliver with: %s", before); #ifdef HAVE_SETEUID -- cgit v1.2.3