Missed a few instances of __FUNCTION__ in clixon_debug*()

This commit is contained in:
Philip Prindeville 2024-01-11 09:47:33 -07:00 committed by Olof Hagsand
parent 9dbca0c562
commit b258fc625c
4 changed files with 9 additions and 9 deletions

View file

@ -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)