qcacmn: Reduce log level to avoid console flooding

Reduce log level to debug from error to avoid console flooding
when low mem condition is hit.

Change-Id: I0341beed9059c4db2eba2cc481a797d67dd35b25
CRs-Fixed: 3442503
这个提交包含在:
Jeevan Kukkalli
2023-03-23 13:00:26 +05:30
提交者 Madan Koyyalamudi
父节点 caa9b49954
当前提交 785b786014

查看文件

@@ -1412,7 +1412,7 @@ uint8_t dp_rx_mon_process_tlv_status(struct dp_pdev *pdev,
* * mapped via nr frags
* */
if (qdf_unlikely(!nbuf)) {
dp_mon_err("malloc failed pdev: %pK ", pdev);
dp_mon_debug("malloc failed pdev: %pK ", pdev);
return num_buf_reaped;
}