diff options
| author | Manjunathappa Prakash <prakashpm@codeaurora.org> | 2017-03-24 20:37:57 -0700 |
|---|---|---|
| committer | Sandeep Puligilla <spuligil@codeaurora.org> | 2017-04-03 21:51:05 -0700 |
| commit | 747b3e7e54394b55c15f61afd15dafddcf701508 (patch) | |
| tree | 546b544ea7fb2f523f3f36597c7ace0396005273 | |
| parent | bf26a8c6dcff44dabfafe192f9c9d71e6f11ee94 (diff) | |
qcacld-3.0: reduce logging level in ol_rx_pkt_dump_call()
Reduce the logging level to info so to reduce the spamming of kmsg and
avoid watchdog bite due to this.
Change-Id: I26ef04f7a82fc2e2a59da67a28dba2cf152ca251
CRs-Fixed: 2024738
| -rw-r--r-- | core/dp/txrx/ol_rx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dp/txrx/ol_rx.c b/core/dp/txrx/ol_rx.c index 20b8cb890e44..18fd2b637863 100644 --- a/core/dp/txrx/ol_rx.c +++ b/core/dp/txrx/ol_rx.c @@ -1526,7 +1526,7 @@ void ol_rx_pkt_dump_call( peer = ol_txrx_peer_find_by_id(pdev, peer_id); if (!peer) { - ol_txrx_err("%s: peer with peer id %d is NULL", __func__, + ol_txrx_dbg("%s: peer with peer id %d is NULL", __func__, peer_id); return; } |
