From: Nick Porter Date: Tue, 9 Jan 2024 11:02:27 +0000 (+0000) Subject: Correct debug macro X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7db4043ed828fc76fec32fec5af7eff17f1118d;p=thirdparty%2Ffreeradius-server.git Correct debug macro --- diff --git a/src/lib/unlang/edit.c b/src/lib/unlang/edit.c index 75d4eea5f89..92631beb1ae 100644 --- a/src/lib/unlang/edit.c +++ b/src/lib/unlang/edit.c @@ -1309,7 +1309,7 @@ static int check_lhs(request_t *request, unlang_frame_state_edit_t *state, edit_ current->lhs.create = false; current->lhs.vp = NULL; - DEBUG3("%s map %s %s ...", __FUNCTION__, map->lhs->name, fr_tokens[map->op]); + XDEBUG("%s map %s %s ...", __FUNCTION__, map->lhs->name, fr_tokens[map->op]); /* * Create the attribute, including any necessary parents.