]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Correct debug macro
authorNick Porter <nick@portercomputing.co.uk>
Tue, 9 Jan 2024 11:02:27 +0000 (11:02 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 9 Jan 2024 11:02:27 +0000 (11:02 +0000)
src/lib/unlang/edit.c

index 75d4eea5f89ece0f287e2fc6a63abc34fb1fcfac..92631beb1ae8091f530546b2773d62d87885b306 100644 (file)
@@ -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.