restconf dbg

This commit is contained in:
Olof Hagsand 2017-10-08 19:44:00 +02:00
parent 089b2da71c
commit 2d9e4666eb
4 changed files with 9 additions and 11 deletions

View file

@ -1779,7 +1779,7 @@ schema_nodeid_vec(yang_node *yn,
}
}
if (!match){
clicon_debug(1, "%s not found", nodeid);
clicon_debug(1, "%s: %s not found", __FUNCTION__, nodeid);
goto ok;
}
ynext = (yang_node*)ys;