summaryrefslogtreecommitdiffstats
path: root/nexus/NetworkManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/NetworkManager.cpp')
-rw-r--r--nexus/NetworkManager.cpp2
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;
}