From 2f3fabc1a05af7b021eef741590568d24bdb3e4b Mon Sep 17 00:00:00 2001 From: aland Date: Mon, 31 Dec 2007 04:18:00 +0000 Subject: [PATCH] Don't refer to config file by name --- src/main/event.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/event.c b/src/main/event.c index 47d68d1..49aeb2f 100644 --- a/src/main/event.c +++ b/src/main/event.c @@ -1718,8 +1718,8 @@ static int can_handle_new_request(RADIUS_PACKET *packet, "from client %s port %d - ID: %d", request_count, client->shortname, packet->src_port, packet->id); - radlog(L_INFO, "WARNING: Please check the %s file.\n" - "\tThe value for 'max_requests' is probably set too low.\n", root->radiusd_conf); + radlog(L_INFO, "WARNING: Please check the configuration file.\n" + "\tThe value for 'max_requests' is probably set too low.\n"); return 0; } /* else there were a small number of requests */ } /* else there was no configured limit for requests */ -- 2.1.4