Discriminate XML debugging

This commit is contained in:
Philip Prindeville 2024-01-04 11:42:26 -07:00 committed by Olof Hagsand
parent af77da38bb
commit 11e28eedec
6 changed files with 9 additions and 9 deletions

View file

@ -178,7 +178,7 @@ xml_default_choice(yang_stmt *yc,
yang_stmt *yca = NULL;
yang_stmt *ydef;
clixon_debug(CLIXON_DBG_DETAIL, "%s", __FUNCTION__);
clixon_debug(CLIXON_DBG_XML | CLIXON_DBG_DETAIL, "%s", __FUNCTION__);
/* 1. Is there a default case and no child under this choice?
*/
x = NULL;