]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Move ready to process requests
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 17 Dec 2019 04:04:27 +0000 (11:04 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 17 Dec 2019 04:04:27 +0000 (11:04 +0700)
src/bin/radiusd.c
src/lib/io/worker.c

index 88242ce663d9ca626aefb6dd8e7e0f5a512836e7..3698cd8d3c29d558b0046060e92c263c5344123e 100644 (file)
@@ -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);
index 6203912b7123405ddca71ec110de821a9ed950cd..2ea7a38800a8f54e6c83f5f1388e8716a43dd393 100644 (file)
@@ -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");
                }
 
                /*