diff options
-rw-r--r-- | libs/binder/IPCThreadState.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/binder/IPCThreadState.cpp b/libs/binder/IPCThreadState.cpp index 157538e63f..9aaca65615 100644 --- a/libs/binder/IPCThreadState.cpp +++ b/libs/binder/IPCThreadState.cpp @@ -679,7 +679,7 @@ status_t IPCThreadState::transact(int32_t handle, CallStack::logStack("non-oneway call", CallStack::getCurrent(10).get(), ANDROID_LOG_ERROR); } else /* FATAL_IF_NOT_ONEWAY */ { - LOG_ALWAYS_FATAL("Process may not make oneway calls (code: %u).", code); + LOG_ALWAYS_FATAL("Process may not make non-oneway calls (code: %u).", code); } } |