Use new dbg function.

FossilOrigin-Name: fc429cfcdff911e1346287f5e6de8a2ec870b7a141f83f5d7a8652d8e6c78261
This commit is contained in:
7u83@mail.ru 2014-08-17 22:07:13 +00:00
parent 4247737f23
commit b36e69fd48
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ int cw_readelem_ecn_support(uint8_t *ecn_support, int type, uint8_t * msgelem, i
return 0;
if (len!=1){
cw_log_debug0("Discarding ECN_SUPPORT msgelem, wrong size, type=%d,len=%d",type,len);
return 1;
cw_dbg(DBG_CW_RFC,"Discarding ECN_SUPPORT msgelem, wrong size, type=%d,len=%d",type,len);
return 0;
}
*ecn_support=*msgelem;
return 1;