Don't use literal for CLIXON_DBG_XXX

This commit is contained in:
Philip Prindeville 2024-01-04 13:56:13 -07:00 committed by Olof Hagsand
parent 2a90faf012
commit 86667a0190
6 changed files with 12 additions and 12 deletions

View file

@ -496,7 +496,7 @@ api_data_write(clixon_handle h,
goto done;
}
if (namespace == NULL){
clixon_debug_xml(1, xparent, "%s xparent:", __FUNCTION__);
clixon_debug_xml(CLIXON_DBG_DEFAULT, xparent, "%s xparent:", __FUNCTION__);
/* XXX */
}
/* Set xmlns="" default namespace attribute (if diff from default) */