summaryrefslogtreecommitdiffstats
path: root/bcmdhd
diff options
context:
space:
mode:
authorKevin Cernekee <cernekee@google.com>2015-09-03 14:35:05 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-09-03 14:35:05 +0000
commit4318bddfd789774d1bd601967b022adb0eb2d68a (patch)
treea54ee099f1812bc7f15bbac7460d66cc5a7ed3d3 /bcmdhd
parentbff0e4062e3c3dda22341f36bf499b489585f4c8 (diff)
parentde1c9aa3d3ac645f09507d1ff500fc4dc018624d (diff)
downloadhardware_broadcom_wlan-4318bddfd789774d1bd601967b022adb0eb2d68a.zip
hardware_broadcom_wlan-4318bddfd789774d1bd601967b022adb0eb2d68a.tar.gz
hardware_broadcom_wlan-4318bddfd789774d1bd601967b022adb0eb2d68a.tar.bz2
Merge "Fix verbose log flag" into mnc-dr-dev
Diffstat (limited to 'bcmdhd')
-rw-r--r--bcmdhd/wifi_hal/gscan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/bcmdhd/wifi_hal/gscan.cpp b/bcmdhd/wifi_hal/gscan.cpp
index 9f5669a..31d35a1 100644
--- a/bcmdhd/wifi_hal/gscan.cpp
+++ b/bcmdhd/wifi_hal/gscan.cpp
@@ -19,7 +19,7 @@
#include "sync.h"
#define LOG_TAG "WifiHAL"
-//#define LOG_NDEBUG 1 //uncomment to enable verbose logging
+//#define LOG_NDEBUG 0 //uncomment to enable verbose logging
#include <utils/Log.h>