Msg elements are now dumped for debugging.

FossilOrigin-Name: 339580e61e6beae43b7406033075fb8eddb1502d207e55c3f9f3506b6a270c53
This commit is contained in:
user@SRH-Linux-01.(none) 2014-07-30 06:48:59 +00:00
parent 0e50422259
commit 64874f17db
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ static int wtpinfo_readelem_discovery_req(void * w,int type,uint8_t* msgelem,int
{
struct wtpinfo * wtpinfo = (struct wtpinfo *)w;
cw_log_debug1("Process discovery req msgelem, type=%d (%s), len=%d",type,cw_msgelemtostr(type),len);
cw_log_debug2_dump(msgelem,len,"Dump for msgelem ...");
if (wtpinfo_readelem_discovery_type(wtpinfo,type,msgelem,len))
return 1;