]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Debug output correction
authorNick Porter <nick@portercomputing.co.uk>
Wed, 11 Oct 2023 21:27:36 +0000 (22:27 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 11 Oct 2023 21:27:36 +0000 (22:27 +0100)
src/lib/unlang/xlat_eval.c

index c271667c3fcaf512c79777fddefc59109739aea7..77d4805a4b5e4a3924ba0ddc9481f0657376e115 100644 (file)
@@ -1236,7 +1236,7 @@ xlat_action_t xlat_frame_eval(TALLOC_CTX *ctx, fr_dcursor_t *out, xlat_exp_head_
                        continue;
 
                case XLAT_FUNC:
-                       XLAT_DEBUG("** [%i] %s(func) - %%{%s:...}", unlang_interpret_stack_depth(request), __FUNCTION__,
+                       XLAT_DEBUG("** [%i] %s(func) - %%%s(...)", unlang_interpret_stack_depth(request), __FUNCTION__,
                                   node->fmt);
 
                        /*