summaryrefslogtreecommitdiffstats
path: root/wifi
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2011-10-20 11:56:19 +0100
committerSteve Block <steveblock@google.com>2011-10-25 18:16:13 +0100
commit6a70518b93928d1c91457ff805e375c82d76b0e5 (patch)
tree8c3a43fa892003e7ac137a34bba9c6bc0de64946 /wifi
parent497fb4566204c88bd247aafc2412ddef8f85e480 (diff)
downloadhardware_libhardware_legacy-6a70518b93928d1c91457ff805e375c82d76b0e5.zip
hardware_libhardware_legacy-6a70518b93928d1c91457ff805e375c82d76b0e5.tar.gz
hardware_libhardware_legacy-6a70518b93928d1c91457ff805e375c82d76b0e5.tar.bz2
Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE
See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I953e5eabaf5023a4dcd76339c336d9132f257f8c
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 37cbb1e..fc8f54e 100644
--- a/wifi/wifi.c
+++ b/wifi/wifi.c
@@ -630,7 +630,7 @@ int wifi_send_command(struct wpa_ctrl *ctrl, const char *cmd, char *reply, size_
int ret;
if (ctrl_conn == NULL) {
- LOGV("Not connected to wpa_supplicant - \"%s\" command dropped.\n", cmd);
+ ALOGV("Not connected to wpa_supplicant - \"%s\" command dropped.\n", cmd);
return -1;
}
ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), reply, reply_len, NULL);