From 556ae0ef20c78ebbc4cdcc5d4b41d1d98368a5f5 Mon Sep 17 00:00:00 2001 From: stskeeps Date: Fri, 16 Feb 2001 20:36:52 +0000 Subject: [PATCH] *** empty log message *** --- src/s_conf2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/s_conf2.c b/src/s_conf2.c index 56513ad47..c20541042 100644 --- a/src/s_conf2.c +++ b/src/s_conf2.c @@ -2022,7 +2022,7 @@ void validate_configuration(void) /* Let us validate dynconf first */ if (!KLINE_ADDRESS || (*KLINE_ADDRESS == '\0')) - Error("Missing KLINE_ADDRESS"); + Error("set::kline-address is missing"); #ifndef DEVELOP if (KLINE_ADDRESS) if (!strchr(KLINE_ADDRESS, '@') && !strchr(KLINE_ADDRESS, ':')) @@ -2088,8 +2088,8 @@ void validate_configuration(void) Error("me::info is missing"); /* numeric is being checked in _conf_me */ } - if (!conf_admin) - Error("admin {} is missing"); + else + Error("me {} is missing"); for (class_ptr = conf_class; class_ptr; class_ptr = (ConfigItem_class *) class_ptr->next) {