]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
use ... for ignored data, as with other messages
authorAlan T. DeKok <aland@freeradius.org>
Tue, 10 Jun 2025 01:32:44 +0000 (21:32 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 13 Jun 2025 10:57:22 +0000 (06:57 -0400)
src/lib/unlang/interpret.c

index 3af377b157d5957ba4b3b1dfbae86a800f8ab5f4..a6ce4ad277b2b3bc52f1285ae4ea5e57e826b209 100644 (file)
@@ -254,7 +254,7 @@ unlang_action_t unlang_interpret_push_children(UNUSED rlm_rcode_t *p_result, req
         *      and can be empty.
         */
        if (!g->children) {
-               RDEBUG2("<ignoring empty subsection>");
+               RDEBUG2("... ignoring empty subsection ...");
                return UNLANG_ACTION_EXECUTE_NEXT;
        }