better debug output
FossilOrigin-Name: 4ef0eee272d67609424074d4a8ec7f7a39e7bc211088154e6a67b81a3000c88e
This commit is contained in:
parent
3378b4bc84
commit
f09a346382
@ -69,10 +69,11 @@ int cw_out_generic(struct conn *conn, struct cw_action_out *a, uint8_t * dst) //
|
|||||||
}
|
}
|
||||||
if (a->mand) {
|
if (a->mand) {
|
||||||
cw_log(LOG_ERR,
|
cw_log(LOG_ERR,
|
||||||
"Can't put mandatory element %s%d - (%s) into %s. No value found.",
|
"Can't put mandatory element %s %d - (%s) into %s. No value for '%s' found.",
|
||||||
vendor,
|
vendor,
|
||||||
a->elem_id, cw_strelemp(conn->actions, a->elem_id)
|
a->elem_id, cw_strelemp(conn->actions, a->elem_id)
|
||||||
, cw_strmsg(a->msg_id)
|
, cw_strmsg(a->msg_id)
|
||||||
|
, a->item_id
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
|
Loading…
Reference in New Issue
Block a user