summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitesh Shah <niteshs@codeaurora.org>2016-11-23 12:16:22 +0530
committerqcabuildsw <qcabuildsw@localhost>2016-11-29 16:07:06 -0800
commitbf7fe3a786a09c2038c529243bb3e7e0b62a0364 (patch)
tree76cc01a551549223da1e30f9a29b1366d26249ce
parent7f891738e8ddd749dd17fef8abf559afcc82da25 (diff)
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
-rw-r--r--core/hdd/src/wlan_hdd_assoc.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/hdd/src/wlan_hdd_assoc.c b/core/hdd/src/wlan_hdd_assoc.c
index d2bd49a66775..3b7a7fec8631 100644
--- a/core/hdd/src/wlan_hdd_assoc.c
+++ b/core/hdd/src/wlan_hdd_assoc.c
@@ -3885,7 +3885,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 ==
@@ -3925,7 +3925,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 ==
@@ -3973,7 +3973,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 ==