Changed all "old-style" debug calls to new dbg calls.
FossilOrigin-Name: 2e98f08a020add71cecfd7d1902ba88cc5a5a48daf9574e85974674c9a6412cc
This commit is contained in:
@ -31,7 +31,7 @@ void conn_q_add_packet(struct conn * conn,uint8_t *packet,int len)
|
||||
|
||||
if (conn->qrpos==qwpos){
|
||||
/* no buffers, discard packet */
|
||||
cw_log_debug0( "Discarding packet, no queue buffers left");
|
||||
cw_dbg(DBG_CW_PKT_ERR, "Discarding packet, no queue buffers left");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user