Debug: ensured all exit logs are on the format: retval:%s

This commit is contained in:
Olof hagsand 2024-01-24 10:03:28 +01:00
parent b89d5e2cde
commit 121cd3ed2e
19 changed files with 32 additions and 34 deletions

View file

@ -395,7 +395,7 @@ yang_modules_state_get(clixon_handle h,
}
retval = 1;
done:
clixon_debug(CLIXON_DBG_YANG, "%d", retval);
clixon_debug(CLIXON_DBG_YANG, "retval:%d", retval);
if (xvec)
free(xvec);
if (cb)