]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
print yielded count
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 Jun 2021 14:01:25 +0000 (09:01 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 24 Jun 2021 14:02:45 +0000 (09:02 -0500)
src/lib/unlang/interpret_synchronous.c

index 841d0ef9dc30b6f91cc74ea29fb21b6ebe4bb374..722d5b6f1ee92320be3b3827966500724cc34a2f 100644 (file)
@@ -251,7 +251,7 @@ rlm_rcode_t unlang_interpret_synchronous(request_t *request)
                 */
                sub_request = fr_heap_pop(intps->runnable);
                if (!sub_request) {
-                       DEBUG3("No pending requests");
+                       DEBUG3("No pending requests (%u yielded)", intps->yielded);
                        continue;
                }