Some AC actions added.
FossilOrigin-Name: 81ab5c5c07e3ed0b84527274f3c80314fc6411fdd9aede3dba3b2cb2ae0eef8c
This commit is contained in:
@ -247,7 +247,7 @@ static int process_elements(struct conn *conn, uint8_t * rawmsg, int len,struct
|
||||
if (!af) {
|
||||
cw_dbg(DBG_ELEM_ERR,
|
||||
"Element %d (%s) not allowed in msg of type %d (%s), ignoring.",
|
||||
as.elem_id, cw_strelem(as.elem_id), as.msg_id,
|
||||
as.elem_id, cw_strelemp(conn->actions,as.elem_id), as.msg_id,
|
||||
cw_strmsg(as.msg_id));
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user