diff options
author | Steve Block <steveblock@google.com> | 2012-01-05 22:25:38 +0000 |
---|---|---|
committer | Steve Block <steveblock@google.com> | 2012-01-05 22:25:38 +0000 |
commit | ae8b56c0d17a97aff0b98e6405c7cc9811bbbc3d (patch) | |
tree | f860c0f93c3b1e49c97912f31458fcfd79ba8602 /libnetutils/ifc_utils.c | |
parent | fe71a61e5b0cb666675900d206251a7c18ed944b (diff) | |
download | system_core-ae8b56c0d17a97aff0b98e6405c7cc9811bbbc3d.zip system_core-ae8b56c0d17a97aff0b98e6405c7cc9811bbbc3d.tar.gz system_core-ae8b56c0d17a97aff0b98e6405c7cc9811bbbc3d.tar.bz2 |
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Bug: 5449033
Change-Id: I1e070511b6a538e9f1c94657356437a457d58882
Diffstat (limited to 'libnetutils/ifc_utils.c')
-rw-r--r-- | libnetutils/ifc_utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |