Preparing for 3.5.0
This commit is contained in:
parent
6b0e0a9d18
commit
7431757e53
7 changed files with 314 additions and 20 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue