From: Arran Cudbard-Bell Date: Thu, 24 Jun 2021 14:01:25 +0000 (-0500) Subject: print yielded count X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db6571ff10ac45fc70c74b89c0ddceae2ed2b96d;p=thirdparty%2Ffreeradius-server.git print yielded count --- diff --git a/src/lib/unlang/interpret_synchronous.c b/src/lib/unlang/interpret_synchronous.c index 841d0ef9dc3..722d5b6f1ee 100644 --- a/src/lib/unlang/interpret_synchronous.c +++ b/src/lib/unlang/interpret_synchronous.c @@ -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; }