Browse Source

qcacld-3.0: Move few logs to appropriate log level

qcacld-2.0 to qcacld-3.0 propagation

Few logs for hdd_roam_tdls_status_update_handler()
is printing quite often and spamming the logs.
These logs are not for error.

Hence moving these logs to info log level.

Change-Id: Idbf423e34fad13fc787c6cdf9770cc9f15c923f9
CRs-Fixed: 1082364
Nitesh Shah 8 years ago
parent
commit
facafbaaca
1 changed files with 3 additions and 3 deletions
  1. 3 3
      core/hdd/src/wlan_hdd_assoc.c

+ 3 - 3
core/hdd/src/wlan_hdd_assoc.c

@@ -3899,7 +3899,7 @@ hdd_roam_tdls_status_update_handler(hdd_adapter_t *pAdapter,
 					       pRoamInfo->peerMac.bytes,
 					       true);
 		if (!curr_peer) {
-			hdd_err("curr_peer is null");
+			hdd_info("curr_peer is null");
 			status = QDF_STATUS_E_FAILURE;
 		} else {
 			if (eTDLS_LINK_CONNECTED ==
@@ -3939,7 +3939,7 @@ hdd_roam_tdls_status_update_handler(hdd_adapter_t *pAdapter,
 			wlan_hdd_tdls_find_peer(pAdapter,
 						pRoamInfo->peerMac.bytes, true);
 		if (!curr_peer) {
-			hdd_err("curr_peer is null");
+			hdd_info("curr_peer is null");
 			status = QDF_STATUS_E_FAILURE;
 		} else {
 			if (eTDLS_LINK_CONNECTED ==
@@ -3987,7 +3987,7 @@ hdd_roam_tdls_status_update_handler(hdd_adapter_t *pAdapter,
 			wlan_hdd_tdls_find_peer(pAdapter,
 						pRoamInfo->peerMac.bytes, true);
 		if (!curr_peer) {
-			hdd_err("curr_peer is null");
+			hdd_info("curr_peer is null");
 			status = QDF_STATUS_E_FAILURE;
 		} else {
 			if (eTDLS_LINK_CONNECTED ==