qcacld-3.0: Reduce log level in lim_detect_change_in_ap_capabilities()

To avoid excessive console logging reduce log level from warn
to debug in lim_detect_change_in_ap_capabilities function.

Change-Id: I72fdd2b8ac1ce647480ab1eb164fb65079da3784
CRs-Fixed: 2240699
This commit is contained in:
Arif Hussain
2018-05-11 11:14:38 -07:00
committed by nshrivas
parent 2be2792e2e
commit 458ad46ea8

View File

@@ -1914,7 +1914,7 @@ lim_detect_change_in_ap_capabilities(tpAniSirGlobal pMac,
* then send unicast probe request to AP and take decision after
* receiving probe response */
if (true == psessionEntry->fIgnoreCapsChange) {
pe_warn("Ignoring the Capability change as it is false alarm");
pe_debug("Ignoring the Capability change as it is false alarm");
return;
}
psessionEntry->fWaitForProbeRsp = true;