From 54b08c3fe5d14a99dbaba5d1189b33c7cd619d4d Mon Sep 17 00:00:00 2001 From: aland Date: Wed, 2 Jul 2008 15:59:20 +0000 Subject: [PATCH] Corrected error message --- src/main/listen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/listen.c b/src/main/listen.c index 9efd425..ada7017 100644 --- a/src/main/listen.c +++ b/src/main/listen.c @@ -551,7 +551,7 @@ static int common_socket_parse(CONF_SECTION *cs, rad_listen_t *this) sock->clients = clients_parse_section(client_cs); if (!sock->clients) { cf_log_err(cf_sectiontoitem(cs), - "Failed to find any clients for this listen section"); + "Failed to load clients for this listen section"); return -1; } -- 2.1.4