summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajeev Kumar <rajekuma@codeaurora.org>2017-02-28 14:25:32 -0800
committerPrakash Dhavali <pdhavali@codeaurora.org>2017-03-09 21:08:29 -0800
commit294b9305de1a9ff6735c59f16c8ff6a7d57e5669 (patch)
tree95cc60cbc2a07ccc95d8fa7bc363dfbb7e9535e9
parent6450a3c736d1d28bc225bbbe9f027678edb8f92b (diff)
qcacld-3.0: Reduce log level from error to info in cfg80211 scan
Reduce error log level from error to info to avoid logging into console and lead to other side effects. Change-Id: I758784b47ece217ff27b3f4e9cf51aef33e328c3 CRs-Fixed: 2013022
-rw-r--r--core/hdd/src/wlan_hdd_scan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/hdd/src/wlan_hdd_scan.c b/core/hdd/src/wlan_hdd_scan.c
index 2fd759c6d3a4..91d50ae51fb4 100644
--- a/core/hdd/src/wlan_hdd_scan.c
+++ b/core/hdd/src/wlan_hdd_scan.c
@@ -1866,7 +1866,7 @@ static int __wlan_hdd_cfg80211_scan(struct wiphy *wiphy,
if (wlan_hdd_update_scan_ies(pAdapter, pScanInfo,
pScanInfo->scanAddIE.addIEdata,
(uint8_t *)&pScanInfo->scanAddIE.length))
- hdd_err("Update scan IEs with default Scan IEs failed");
+ hdd_info("Update scan IEs with default Scan IEs failed");
if ((QDF_STA_MODE == pAdapter->device_mode) ||
(QDF_P2P_CLIENT_MODE == pAdapter->device_mode) ||