From: Alan T. DeKok Date: Tue, 24 May 2022 14:14:33 +0000 (-0400) Subject: print data types, too X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef688b093e0f4b0dfe563b7015fba039ddb7f910;p=thirdparty%2Ffreeradius-server.git print data types, too --- diff --git a/src/lib/unlang/xlat_tokenize.c b/src/lib/unlang/xlat_tokenize.c index 8d8082f0d31..933baa8ccb5 100644 --- a/src/lib/unlang/xlat_tokenize.c +++ b/src/lib/unlang/xlat_tokenize.c @@ -1014,7 +1014,7 @@ static void _xlat_debug(xlat_exp_head_t const *head, int depth) switch (node->type) { case XLAT_BOX: - INFO_INDENT("value --> %pV", &node->data); + INFO_INDENT("value %s --> %pV", fr_type_to_str(node->data.type), &node->data); break; case XLAT_GROUP: