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

@ -335,7 +335,7 @@ netconf_input_packet(clixon_handle h,
netconf_framing_type framing;
clixon_debug(CLIXON_DBG_DEFAULT, "%s", __FUNCTION__);
clixon_debug_xml(1, xreq, "%s", __FUNCTION__);
clixon_debug_xml(CLIXON_DBG_DEFAULT, xreq, "%s", __FUNCTION__);
rpcname = xml_name(xreq);
rpcprefix = xml_prefix(xreq);
framing = clicon_data_int_get(h, NETCONF_FRAMING_TYPE);