summaryrefslogtreecommitdiffstats
path: root/nexus/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nexus/main.cpp')
-rw-r--r--nexus/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/nexus/main.cpp b/nexus/main.cpp
index 936d33f..5d21067 100644
--- a/nexus/main.cpp
+++ b/nexus/main.cpp
@@ -28,7 +28,7 @@
#include "TiwlanWifiController.h"
int main() {
- LOGI("Nexus version 0.1 firing up");
+ ALOGI("Nexus version 0.1 firing up");
CommandListener *cl = new CommandListener();
@@ -62,6 +62,6 @@ int main() {
sleep(1000);
}
- LOGI("Nexus exiting");
+ ALOGI("Nexus exiting");
exit(0);
}