Add cli debug commands for cli/backend/restconf

This commit is contained in:
Olof hagsand 2021-04-12 12:38:16 +02:00
parent 953326d39f
commit d542cd5530
2 changed files with 6 additions and 4 deletions

View file

@ -627,7 +627,7 @@ clixon_process_operation(clicon_handle h,
proc_operation op;
int sched = 0; /* If set, process action should be scheduled, register a timeout */
clicon_debug(1, "%s name:%s op:%s", __FUNCTION__, name, clicon_int2str(proc_operation_map, op));
clicon_debug(1, "%s name:%s op:%s", __FUNCTION__, name, clicon_int2str(proc_operation_map, op0));
if (_proc_entry_list == NULL)
goto ok;
pe = _proc_entry_list;