This commit is contained in:
Olof hagsand 2018-11-25 18:24:13 +01:00
parent 4303406957
commit 56da97cb5b
6 changed files with 1065 additions and 893 deletions

View file

@ -2412,7 +2412,7 @@ yang_abs_schema_nodeid(yang_spec *yspec,
}
/* split <prefix>:<id> */
if ((id = strchr(vec[1], ':')) == NULL){ /* no prefix */
clicon_log(LOG_WARNING, "%s: Absolute schema nodeid must have prefix", __FUNCTION__);
clicon_log(LOG_WARNING, "%s: Absolute schema nodeid %s must have prefix", __FUNCTION__, schema_nodeid);
goto ok;
}
if ((prefix = strdup(vec[1])) == NULL){