Added debug level INIT
This commit is contained in:
parent
3b0b734de1
commit
ff171afd65
14 changed files with 45 additions and 42 deletions
|
|
@ -86,6 +86,7 @@ static clixon_handle _debug_clixon_h = NULL;
|
|||
static const map_str2int dbgmap[] = {
|
||||
{"default", CLIXON_DBG_DEFAULT},
|
||||
{"msg", CLIXON_DBG_MSG},
|
||||
{"init", CLIXON_DBG_INIT},
|
||||
{"xml", CLIXON_DBG_XML},
|
||||
{"xpath", CLIXON_DBG_XPATH},
|
||||
{"yang", CLIXON_DBG_YANG},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue