Debug messages
* Added cli command debug printf on debug level 1 * Moved all parse debug printfs to level 3
This commit is contained in:
parent
5b5dce7e39
commit
8f8b49331f
10 changed files with 682 additions and 677 deletions
|
|
@ -459,7 +459,7 @@ _xml_parse(const char *str,
|
|||
int failed = 0; /* yang assignment */
|
||||
int i;
|
||||
|
||||
clicon_debug(1, "%s", __FUNCTION__);
|
||||
clicon_debug(2, "%s", __FUNCTION__);
|
||||
if (strlen(str) == 0)
|
||||
return 0; /* OK */
|
||||
if (xt == NULL){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue