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 --- checkalias.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'checkalias.c') diff --git a/checkalias.c b/checkalias.c index 5d515cfc..5d5320f6 100644 --- a/checkalias.c +++ b/checkalias.c @@ -140,15 +140,15 @@ int is_host_alias(const char *name, struct query *ctl) goto match; else if (((he_st = gethostbyname(ctl->server.truename)) != (struct hostent *)NULL) && ctl->server.checkalias) { - if (outlevel >= O_VERBOSE) + if (outlevel >= O_DEBUG) error(0, 0, "Checking if %s is really the same node as %s",ctl->server.truename,name); if (is_ip_alias(ctl->server.truename,name) == TRUE) { - if (outlevel >= O_VERBOSE) + if (outlevel >= O_DEBUG) error(0, 0, "Yes, their IP addresses match"); goto match; } - if (outlevel >= O_VERBOSE) + if (outlevel >= O_DEBUG) error(0, 0, "No, their IP addresses don't match"); } else -- cgit v1.2.3