]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
print data types, too
authorAlan T. DeKok <aland@freeradius.org>
Tue, 24 May 2022 14:14:33 +0000 (10:14 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 24 May 2022 20:46:47 +0000 (16:46 -0400)
src/lib/unlang/xlat_tokenize.c

index 8d8082f0d3194b23804168dca6fe6fd2737ef4d5..933baa8ccb58194c36f069a269bb4989c80e1262 100644 (file)
@@ -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: