Modified for new dbg mesages.
FossilOrigin-Name: d1d0ccfb7bd1c92070c271b89566d280bc536a71791c7f3fe26589f570ed200f
This commit is contained in:
parent
790ab6a4c8
commit
1c175fdb0c
@ -30,8 +30,8 @@
|
|||||||
static int wtpinfo_readelem_discovery_req(void * w,int type,uint8_t* msgelem,int len)
|
static int wtpinfo_readelem_discovery_req(void * w,int type,uint8_t* msgelem,int len)
|
||||||
{
|
{
|
||||||
struct wtpinfo * wtpinfo = (struct wtpinfo *)w;
|
struct wtpinfo * wtpinfo = (struct wtpinfo *)w;
|
||||||
cw_log_debug1("Process discovery req msgelem, type=%d (%s), len=%d",type,cw_msgelemtostr(type),len);
|
cw_dbg(DBG_CW_MSGELEM,"Process discovery req msgelem, type=%d (%s), len=%d",type,cw_msgelemtostr(type),len);
|
||||||
cw_log_debug2_dump(msgelem,len,"Dump for msgelem ...");
|
cw_dbg_dmp(DBG_CW_MSGELEM_DMP,msgelem,len,"Dump for msgelem ...");
|
||||||
|
|
||||||
if (wtpinfo_readelem_discovery_type(wtpinfo,type,msgelem,len))
|
if (wtpinfo_readelem_discovery_type(wtpinfo,type,msgelem,len))
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user