test: lock-auto

This commit is contained in:
Olof hagsand 2024-11-08 16:28:08 +01:00
parent 6ce1df2e5e
commit daaeaa0039
2 changed files with 173 additions and 1 deletions

View file

@ -733,7 +733,7 @@ yang_mymodule_get(yang_stmt *ys)
map_ptr2ptr *mp = _yang_mymodule_map;
if (mp == NULL){
clixon_log(NULL, LOG_WARNING, "mymodule_map not defined, yang_init() not called?");
clixon_log(NULL, LOG_WARNING, "%s: mymodule_map not defined, yang_init() not called?", __FUNCTION__);
return NULL;
}
else if (yang_flag_get(ys, YANG_FLAG_MYMODULE) == 0x0)