Discriminate XML debugging
This commit is contained in:
parent
af77da38bb
commit
11e28eedec
6 changed files with 9 additions and 9 deletions
|
|
@ -212,8 +212,8 @@ xml2cvec(cxobj *xt,
|
|||
}
|
||||
}
|
||||
}
|
||||
if (clixon_debug_get() > 1){
|
||||
clixon_debug(CLIXON_DBG_DETAIL, "%s cvv:\n", __FUNCTION__);
|
||||
if (clixon_debug_isset(CLIXON_DBG_XML | CLIXON_DBG_DETAIL)){
|
||||
clixon_debug(CLIXON_DBG_ALWAYS, "%s cvv:", __FUNCTION__);
|
||||
cvec_print(stderr, cvv);
|
||||
}
|
||||
*cvv0 = cvv;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue