Changed a printf into DBGX.
FossilOrigin-Name: 0d467984fdc74c01bb298ca630fbb8c7ea3cabfae579859a34f36ee662ce2433
This commit is contained in:
parent
173cc5cf96
commit
ea32cf59a2
@ -67,7 +67,7 @@ int cw_put_msg(struct conn *conn, uint8_t * rawout)
|
||||
int len = 0;
|
||||
while(NULL != (ae=avliter_next(&i))) {
|
||||
|
||||
//printf("Put %d %d\n",ae->msg_id,ae->elem_id);
|
||||
//DBGX("Put %d %d\n",ae->msg_id,ae->elem_id);
|
||||
|
||||
if (ae->msg_id != as.msg_id) {
|
||||
/* Element is from next msg, close action */
|
||||
|
Loading…
Reference in New Issue
Block a user