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

@ -635,7 +635,7 @@ yang_patch_do_edit(clixon_handle h,
yang_stmt *ybot = NULL;
yang_stmt *ymod;
clixon_debug_xml(1, xn, "%s %d xn:", __FUNCTION__, __LINE__);
clixon_debug_xml(CLIXON_DBG_DEFAULT, xn, "%s %d xn:", __FUNCTION__, __LINE__);
/* Create cbufs:s */
if ((simple_patch_request_uri = cbuf_new()) == NULL){
clixon_err(OE_UNIX, errno, "cbuf_new");