From: Alan T. DeKok Date: Tue, 10 Jun 2025 01:32:44 +0000 (-0400) Subject: use ... for ignored data, as with other messages X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c39559254122881396d64d90bec41ea44d6645f3;p=thirdparty%2Ffreeradius-server.git use ... for ignored data, as with other messages --- diff --git a/src/lib/unlang/interpret.c b/src/lib/unlang/interpret.c index 3af377b157d..a6ce4ad277b 100644 --- a/src/lib/unlang/interpret.c +++ b/src/lib/unlang/interpret.c @@ -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(""); + RDEBUG2("... ignoring empty subsection ..."); return UNLANG_ACTION_EXECUTE_NEXT; }