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 /nexus/NetworkManager.cpp | |
parent | fe71a61e5b0cb666675900d206251a7c18ed944b (diff) | |
download | system_core-ae8b56c0d17a97aff0b98e6405c7cc9811bbbc3d.tar.gz system_core-ae8b56c0d17a97aff0b98e6405c7cc9811bbbc3d.tar.bz2 system_core-ae8b56c0d17a97aff0b98e6405c7cc9811bbbc3d.zip |
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
Bug: 5449033
Change-Id: I1e070511b6a538e9f1c94657356437a457d58882
Diffstat (limited to 'nexus/NetworkManager.cpp')
-rw-r--r-- | nexus/NetworkManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nexus/NetworkManager.cpp b/nexus/NetworkManager.cpp index 8ea36f81d..78ccbd896 100644 --- a/nexus/NetworkManager.cpp +++ b/nexus/NetworkManager.cpp @@ -49,7 +49,7 @@ NetworkManager::~NetworkManager() { int NetworkManager::run() { if (startControllers()) { - LOGW("Unable to start all controllers (%s)", strerror(errno)); + ALOGW("Unable to start all controllers (%s)", strerror(errno)); } return 0; } |