commit | 4f07a1f826ddb3669c8da2b2a92983f01df43d54 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Thu Jan 05 22:25:38 2012 +0000 |
committer | Steve Block <steveblock@google.com> | Tue Jan 17 17:56:20 2012 +0000 |
tree | 8b152c34995613939f0a16426107e3bfa6e70e28 | |
parent | 4163b45949c0382f0370bc2a25fcbb6c07c4c5eb [diff] [blame] |
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) Change-Id: I6c2a1d56dadb7e5c69e478f4d8c7d9f2127db2af
diff --git a/libnetutils/ifc_utils.c b/libnetutils/ifc_utils.c index f08a14d..8564ed9 100644 --- a/libnetutils/ifc_utils.c +++ b/libnetutils/ifc_utils.c
@@ -47,7 +47,7 @@ #include <stdio.h> #include <string.h> #define ALOGD printf -#define LOGW printf +#define ALOGW printf #endif static int ifc_ctl_sock = -1;