summaryrefslogtreecommitdiff
path: root/qcwcn
diff options
context:
space:
mode:
authormukesh agrawal <quiche@google.com>2016-04-12 17:46:55 -0700
committermukesh agrawal <quiche@google.com>2016-04-14 11:33:01 -0700
commitbe8f0785899b5f2305fb40e206a721baeecbc2f1 (patch)
treecd074ac361d204ac3082110da14a045809e7ff9a /qcwcn
parent9f6b52c5f461fe01b9f266a3f1663a2acfb286d8 (diff)
downloadwlan-be8f0785899b5f2305fb40e206a721baeecbc2f1.tar.gz
Wifi-HAL: promote some guarded error logs to VERBOSE
Originally part of https://partner-android-review.googlesource.com/#/c/558740 BUG=28174258 TEST=compile Change-Id: I14e986349aeaa04e17afea2644dde43471ec98b0
Diffstat (limited to 'qcwcn')
-rw-r--r--qcwcn/wifi_hal/gscan.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/qcwcn/wifi_hal/gscan.cpp b/qcwcn/wifi_hal/gscan.cpp
index fda4e6d..44f46c1 100644
--- a/qcwcn/wifi_hal/gscan.cpp
+++ b/qcwcn/wifi_hal/gscan.cpp
@@ -1901,12 +1901,10 @@ int GScanCommand:: gscan_get_cached_results(
cached_results[i].scan_id, j, numScanResults);
}
-#ifdef QC_HAL_DEBUG
- ALOGE("%s: scan_id %d ", __FUNCTION__,
+ ALOGV("%s: scan_id %d ", __FUNCTION__,
cached_results[i].scan_id);
- ALOGE("%s: flags %u ", __FUNCTION__,
+ ALOGV("%s: flags %u ", __FUNCTION__,
cached_results[i].flags);
-#endif
for (wifiScanResultsInfo = (struct nlattr *) nla_data(tb2[
QCA_WLAN_VENDOR_ATTR_GSCAN_RESULTS_LIST]),