WTP Reboot Statistics

FossilOrigin-Name: 9317f838e1c76e55e5a1dfc684c014d10455b5006f152987ea2197b7d62c385b
This commit is contained in:
7u83@mail.ru
2016-03-11 22:45:35 +00:00
parent dca1ec6b2a
commit d87cd8741a
8 changed files with 102 additions and 61 deletions

View File

@ -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;