summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-05 23:27:53 +0000
committerSteve Block <steveblock@google.com>2012-01-05 23:27:53 +0000
commit64cca04dcbf4e21a51131224b9d0f0c596f876d4 (patch)
tree1d04f1844e004bf204e6e1d9e351280a047e6279 /wifi
parent6f211ce723f18da2bb0881a19d48fc51c32bcbf4 (diff)
downloadhardware_libhardware_legacy-64cca04dcbf4e21a51131224b9d0f0c596f876d4.zip
hardware_libhardware_legacy-64cca04dcbf4e21a51131224b9d0f0c596f876d4.tar.gz
hardware_libhardware_legacy-64cca04dcbf4e21a51131224b9d0f0c596f876d4.tar.bz2
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/157065 Bug: 5449033 Change-Id: I86e4ce26d8fba68584d0a7fc17111b53c56d2932
Diffstat (limited to 'wifi')
-rw-r--r--wifi/wifi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/wifi/wifi.c b/wifi/wifi.c
index 1c469bc..7cb2db3 100644
--- a/wifi/wifi.c
+++ b/wifi/wifi.c
@@ -198,7 +198,7 @@ int is_wifi_driver_loaded() {
* crash.
*/
if ((proc = fopen(MODULE_FILE, "r")) == NULL) {
- LOGW("Could not open %s: %s", MODULE_FILE, strerror(errno));
+ ALOGW("Could not open %s: %s", MODULE_FILE, strerror(errno));
property_set(DRIVER_PROP_NAME, "unloaded");
return 0;
}