Debug: ensured all exit logs are on the format: retval:%s
This commit is contained in:
parent
b89d5e2cde
commit
121cd3ed2e
19 changed files with 32 additions and 34 deletions
|
|
@ -373,7 +373,7 @@ get_statedata(clixon_handle h,
|
|||
} /* switch wdef */
|
||||
retval = 1; /* OK */
|
||||
done:
|
||||
clixon_debug(CLIXON_DBG_CLIENT, "%d", retval);
|
||||
clixon_debug(CLIXON_DBG_CLIENT, "retval:%d", retval);
|
||||
if (xerr)
|
||||
xml_free(xerr);
|
||||
if (x1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue