Use new dbg function.
FossilOrigin-Name: fc429cfcdff911e1346287f5e6de8a2ec870b7a141f83f5d7a8652d8e6c78261
This commit is contained in:
parent
4247737f23
commit
b36e69fd48
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user