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

@ -459,7 +459,7 @@ cli_dbxml(clixon_handle h,
goto done;
xbot = xtop;
if (api_path){
clixon_debug(CLIXON_DBG_XPATH, "%s api_path:%s", __FUNCTION__, api_path);
clixon_debug(CLIXON_DBG_XPATH, "api_path:%s", api_path);
if ((ret = api_path2xml(api_path, yspec0, xtop, YC_DATANODE, 1, &xbot, &y, &xerr)) < 0)
goto done;
if (ret == 0){

View file

@ -1581,8 +1581,8 @@ yang2cli_grouping(clixon_handle h,
/* Add prefix: assume new are appended */
for (i=0; i<pt_len_get(pt); i++){
if ((co = pt_vec_i_get(pt, i)) != NULL){
clixon_debug(CLIXON_DBG_CLIENT, "%s command: %s",
__FUNCTION__, co->co_command);
clixon_debug(CLIXON_DBG_CLIENT, "command: %s",
co->co_command);
co_prefix_set(co, prefix);
}
}