From: Arran Cudbard-Bell Date: Tue, 17 Dec 2019 04:04:27 +0000 (+0700) Subject: Move ready to process requests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf502d0bad01ca34c554aa22d39da267c213140e;p=thirdparty%2Ffreeradius-server.git Move ready to process requests --- diff --git a/src/bin/radiusd.c b/src/bin/radiusd.c index 88242ce663d..3698cd8d3c2 100644 --- a/src/bin/radiusd.c +++ b/src/bin/radiusd.c @@ -910,6 +910,7 @@ int main(int argc, char *argv[]) /* * Process requests until HUP or exit. */ + INFO("Ready to process requests"); /* we were actually ready a while ago, but oh well */ while ((status = main_loop_start()) == 0x80) { #ifdef WITH_STATS radius_stats_init(1); diff --git a/src/lib/io/worker.c b/src/lib/io/worker.c index 6203912b712..2ea7a38800a 100644 --- a/src/lib/io/worker.c +++ b/src/lib/io/worker.c @@ -1463,7 +1463,7 @@ void fr_worker(fr_worker_t *worker) */ wait_for_event = (fr_heap_num_elements(worker->runnable) == 0); if (wait_for_event) { - DEBUG2("Ready to process requests"); + DEBUG4("Ready to process requests"); } /*