Przeglądaj źródła

qcacld-3.0: Reduce the log spam in csr files

Move the logs to appropriate log levels to reduce the
log spam in csr_neighbor_roam.c, csr_roam_preauth.c,
csr_tdls_process.c and csr_util.c

Change-Id: Ib59c127591f41664593fd66a423a3153ceabd18e
CRs-Fixed: 1093093
Abhishek Singh 7 lat temu
rodzic
commit
7bdb19cbef
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      core/sme/src/csr/csr_tdls_process.c

+ 1 - 1
core/sme/src/csr/csr_tdls_process.c

@@ -691,7 +691,7 @@ QDF_STATUS tdls_msg_processor(tpAniSirGlobal pMac, uint16_t msgType,
 		tCsrRoamInfo roam_info = {0};
 
 		/* remove pending eSmeCommandTdlsDiscovery command */
-		QDF_TRACE(QDF_MODULE_ID_SME, QDF_TRACE_LEVEL_INFO,
+		QDF_TRACE(QDF_MODULE_ID_SME, QDF_TRACE_LEVEL_DEBUG,
 			FL("sme_rsp->sessionId[%d] eSmeCommandTdlsSendMgmt"),
 			sme_rsp->sessionId);
 		csr_tdls_remove_sme_cmd(pMac, eSmeCommandTdlsSendMgmt,