Uses new cw_dgb_msgelem function.

FossilOrigin-Name: 19602e18e72b29ada77dbd68f43a1d9068de6b0405f0060d6e8261480b4d696c
This commit is contained in:
7u83@mail.ru 2014-08-21 19:18:45 +00:00
parent f90bd758c5
commit 8a2d705d6f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ struct eparm {
static int readelem(void * eparm,int type,uint8_t* msgelem,int len)
{
struct eparm * e = (struct eparm*)eparm;
cw_dbg(DBG_CW_MSGELEM,"Reading conf staus req msgelem, type=%d - %s ,len=%d\n",type,cw_msgelemtostr(type),len);
cw_dbg_msgelem(CWMSG_CHANGE_STATE_EVENT_REQUEST,type,msgelem,len);
/* mandatory elements */
if (cw_readelem_result_code(&e->result_code,type,msgelem,len))