Uses new dbg functions now.

FossilOrigin-Name: ace00a8b1cf5fc99f01cd18e17dd5ce41cf501d483401ee0eab7b6919f82f3e7
This commit is contained in:
7u83@mail.ru 2014-08-14 21:22:57 +00:00
parent 1c175fdb0c
commit 9f33d3762b
1 changed files with 2 additions and 2 deletions

View File

@ -31,8 +31,8 @@
static int process_elem(void *w,int type,uint8_t* msgelem,int len)
{
struct wtpinfo * wtpinfo = (struct wtpinfo*)w;
cw_log_debug0("Process join req msgelem, type=%d (%s), len=%d",type,cw_msgelemtostr(type),len);
cw_log_debug1_dump(msgelem,len,"Dump for msgelem ...");
cw_dbg(DBG_CW_MSGELEM,"Process join req msgelem, type=%d (%s), len=%d",type,cw_msgelemtostr(type),len);
cw_dbg_dmp(DBG_CW_MSGELEM_DMP,msgelem,len,"Dump for msgelem ...");
if (wtpinfo_readelem_location_data(wtpinfo,type,msgelem,len))