diff options
Diffstat (limited to 'cmds/system_server/system_main.cpp')
-rw-r--r-- | cmds/system_server/system_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/system_server/system_main.cpp b/cmds/system_server/system_main.cpp index de00326..ddff065 100644 --- a/cmds/system_server/system_main.cpp +++ b/cmds/system_server/system_main.cpp @@ -49,7 +49,7 @@ int main(int argc, const char* const argv[]) blockSignals(); // You can trust me, honestly! - LOGW("*** Current priority: %d\n", getpriority(PRIO_PROCESS, 0)); + ALOGW("*** Current priority: %d\n", getpriority(PRIO_PROCESS, 0)); setpriority(PRIO_PROCESS, 0, -1); system_init(); |