]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Print when there's no more requests
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 18 Mar 2021 00:12:54 +0000 (00:12 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 18 Mar 2021 00:18:07 +0000 (00:18 +0000)
src/bin/unit_test_module.c

index 1b3ca461e2995a2a6f120e0fcfea897efc60db12..df2d0e926fee26c2ecb39d7142127c786d900327 100644 (file)
@@ -531,6 +531,8 @@ static void request_run(fr_event_list_t *el, request_t *request)
                }
        };
 
+       DEBUG2("No more requests remaining");
+
        /*
         *      We do NOT run detached child requests.  We just ignore
         *      them.