WTP Reboot Statistics
FossilOrigin-Name: 9317f838e1c76e55e5a1dfc684c014d10455b5006f152987ea2197b7d62c385b
This commit is contained in:
@ -73,7 +73,7 @@ int cw_put_msg(struct conn *conn, uint8_t * rawout)
|
||||
cw_action_out_t *ae=(cw_action_out_t*)e->data;
|
||||
|
||||
DBGX("Put %d %i %p\n",ae->msg_id,ae->elem_id,ae->item_id);
|
||||
printf("Put %d %i %s\n",ae->msg_id,ae->elem_id,ae->item_id);
|
||||
//printf("Put %d %i %s\n",ae->msg_id,ae->elem_id,ae->item_id);
|
||||
DBGX("Elem ID %s",ae->item_id);
|
||||
if ( ae->item_id ) {
|
||||
DBGX("Item ID: %s %p",ae->item_id,CW_ITEM_NONE);
|
||||
@ -86,11 +86,11 @@ int cw_put_msg(struct conn *conn, uint8_t * rawout)
|
||||
if (ae->out) {
|
||||
int l=0;
|
||||
|
||||
printf("Out Call with len =%d\n",len);
|
||||
// printf("Out Call with len =%d\n",len);
|
||||
|
||||
l= ae->out(conn, ae, dst+len);
|
||||
|
||||
printf("Returned len = %d\n",l);
|
||||
// printf("Returned len = %d\n",l);
|
||||
|
||||
|
||||
len +=l;
|
||||
|
Reference in New Issue
Block a user