modified CHANGELOG for 5.0, improved some logs
This commit is contained in:
parent
e1e391ad0d
commit
84ac4a1e49
6 changed files with 70 additions and 63 deletions
|
|
@ -1518,7 +1518,7 @@ xml_rootchild(cxobj *xp,
|
|||
goto done;
|
||||
}
|
||||
if ((xc = xml_child_i(xp, i)) == NULL){
|
||||
clicon_err(OE_XML, 0, "Child not found");
|
||||
clicon_err(OE_XML, ENOENT, "Child %d of parent %s not found", i, xml_name(xp));
|
||||
goto done;
|
||||
}
|
||||
if (xml_child_rm(xp, i) < 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue