From: Nick Porter Date: Wed, 11 Oct 2023 21:27:36 +0000 (+0100) Subject: Debug output correction X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83a2fbbe16994669fed440fa2405d3e9d2e04304;p=thirdparty%2Ffreeradius-server.git Debug output correction --- diff --git a/src/lib/unlang/xlat_eval.c b/src/lib/unlang/xlat_eval.c index c271667c3fc..77d4805a4b5 100644 --- a/src/lib/unlang/xlat_eval.c +++ b/src/lib/unlang/xlat_eval.c @@ -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); /*