Преглед изворни кода

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
Arif Hussain пре 7 година
родитељ
комит
458ad46ea8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      core/mac/src/pe/lim/lim_api.c

+ 1 - 1
core/mac/src/pe/lim/lim_api.c

@@ -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;