qcacmn: Remove excessive logging in console for packet logs
The packet logs show in console logs which are redundant. Change the log level from qdf_print to qdf_debug to avoid excessive logging. Change-Id: I2a43a0072bb7f940df007a590013e500ddda5e8a CRs-Fixed: 2437278
This commit is contained in:

committed by
nshrivas

父節點
c630c47341
當前提交
3027c86227
@@ -936,7 +936,7 @@ int pktlog_clearbuff(struct hif_opaque_softc *scn, bool clear_buff)
|
||||
|
||||
if (pl_info->buf) {
|
||||
if (pl_info->buf_size > 0) {
|
||||
qdf_print("%s: pktlog buffer is cleared.", __func__);
|
||||
qdf_debug("pktlog buffer is cleared");
|
||||
memset(pl_info->buf, 0, pl_info->buf_size);
|
||||
pl_dev->is_pktlog_cb_subscribed = false;
|
||||
pl_dev->tgt_pktlog_alloced = false;
|
||||
|
Reference in New Issue
Block a user