From 6a70518b93928d1c91457ff805e375c82d76b0e5 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Thu, 20 Oct 2011 11:56:19 +0100 Subject: Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGE See https://android-git.corp.google.com/g/#/c/143865 Bug: 5449033 Change-Id: I953e5eabaf5023a4dcd76339c336d9132f257f8c --- wifi/wifi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wifi/wifi.c') 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); -- cgit v1.2.3