]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Now we have frequently firing events in the main loop, don't print "Waking up" at...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Oct 2019 18:08:57 +0000 (13:08 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 11 Oct 2019 18:08:57 +0000 (13:08 -0500)
src/lib/server/main_loop.c

index 70e36c8918e91cd76f1210743c28e028dc5808b4..2e4a0ea0e0372364ccef05616f0c632a06c7d697 100644 (file)
@@ -236,7 +236,7 @@ static int _loop_status(UNUSED void *ctx, fr_time_t wake)
                INFO("Ready to process requests");
 
        } else if (wake > (NSEC / 10)) {
-               DEBUG("Waking up in %pV seconds.", fr_box_time_delta(wake));
+               DEBUG4("Waking up in %pV seconds.", fr_box_time_delta(wake));
        }
 
        return 0;