Missed a few instances of __FUNCTION__ in clixon_debug*()
This commit is contained in:
parent
9dbca0c562
commit
b258fc625c
4 changed files with 9 additions and 9 deletions
|
|
@ -866,7 +866,7 @@ xmldb_get_nocache(clixon_handle h,
|
|||
xt = NULL;
|
||||
retval = 1;
|
||||
done:
|
||||
clixon_debug(CLIXON_DBG_DEFAULT | CLIXON_DBG_DETAIL, "%s retval:%d", __FUNCTION__, retval);
|
||||
clixon_debug(CLIXON_DBG_DEFAULT | CLIXON_DBG_DETAIL, "retval:%d", retval);
|
||||
if (xt)
|
||||
xml_free(xt);
|
||||
if (xvec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue