diff options
Diffstat (limited to 'libs/ui/Input.cpp')
-rw-r--r-- | libs/ui/Input.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/Input.cpp b/libs/ui/Input.cpp index 267a9f7..263c8d9 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)); } |