Preparing for 3.5.0

This commit is contained in:
Olof hagsand 2018-02-12 09:05:27 +07:00
parent 6b0e0a9d18
commit 7431757e53
7 changed files with 314 additions and 20 deletions

View file

@ -1451,7 +1451,7 @@ yang_parse_file(clicon_handle h,
FILE *f = NULL;
struct stat st;
clicon_debug(1, "Yang parse file: %s", filename);
clicon_log(LOG_DEBUG, "Parsing yang file: %s", filename);
if (stat(filename, &st) < 0){
clicon_err(OE_YANG, errno, "%s not found", filename);
goto done;