diff --git a/core/hdd/src/wlan_hdd_cfg80211.c b/core/hdd/src/wlan_hdd_cfg80211.c index 11c5689b15..8069607071 100644 --- a/core/hdd/src/wlan_hdd_cfg80211.c +++ b/core/hdd/src/wlan_hdd_cfg80211.c @@ -19364,7 +19364,7 @@ void wlan_hdd_init_chan_info(struct hdd_context *hdd_ctx) hdd_ctx->chan_info = NULL; if (!hdd_ctx->config->fEnableSNRMonitoring) { - hdd_info("SNR monitoring is disabled"); + hdd_debug("SNR monitoring is disabled"); return; }