summaryrefslogtreecommitdiff
path: root/libs/ui/Input.cpp
diff options
context:
space:
mode:
author Steve Block <steveblock@google.com> 2012-01-06 10:30:56 -0800
committer Android (Google) Code Review <android-gerrit@google.com> 2012-01-06 10:30:56 -0800
commitf4c2294b0156ca5a6919479142aa319963fdb727 (patch)
treef30dccda320227ebb93461862c72f62804285c66 /libs/ui/Input.cpp
parentd88f26e3aa11e09706211c88babbf09b5a214e93 (diff)
parent8564c8da817a845353d213acd8636b76f567b234 (diff)
Merge "Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE"
Diffstat (limited to 'libs/ui/Input.cpp')
-rw-r--r--libs/ui/Input.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/Input.cpp b/libs/ui/Input.cpp
index 267a9f767c8b..263c8d919889 100644
--- a/libs/ui/Input.cpp
+++ b/libs/ui/Input.cpp
@@ -345,7 +345,7 @@ status_t PointerCoords::writeToParcel(Parcel* parcel) const {
#endif
void PointerCoords::tooManyAxes(int axis) {
- LOGW("Could not set value for axis %d because the PointerCoords structure is full and "
+ ALOGW("Could not set value for axis %d because the PointerCoords structure is full and "
"cannot contain more than %d axis values.", axis, int(MAX_AXES));
}