Changed a printf into DBGX.

FossilOrigin-Name: 0d467984fdc74c01bb298ca630fbb8c7ea3cabfae579859a34f36ee662ce2433
This commit is contained in:
7u83@mail.ru 2015-05-01 10:47:08 +00:00
parent 173cc5cf96
commit ea32cf59a2
1 changed files with 1 additions and 1 deletions

View File

@ -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 */