summaryrefslogtreecommitdiff
path: root/libs/ui/InputReader.cpp
diff options
context:
space:
mode:
author Jeff Brown <jeffbrown@google.com> 2010-09-27 12:33:14 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2010-09-27 12:33:14 -0700
commit6949f5da669d6ec6db24da0b561ad3466aece60d (patch)
treeedb682085d26d31c87377b2393b8f3158315c2eb /libs/ui/InputReader.cpp
parent257fe6b3301570ec633d41692f450dba5f1b13d1 (diff)
parentd1b0a2bfe50e61241fab6a571941c207232d9212 (diff)
Merge "Add suuport for splitting touch events across windows." into gingerbread
Diffstat (limited to 'libs/ui/InputReader.cpp')
-rw-r--r--libs/ui/InputReader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/ui/InputReader.cpp b/libs/ui/InputReader.cpp
index 783cbc4275..f2b029a5e1 100644
--- a/libs/ui/InputReader.cpp
+++ b/libs/ui/InputReader.cpp
@@ -3366,7 +3366,7 @@ void MultiTouchInputMapper::sync(nsecs_t when) {
if (id > MAX_POINTER_ID) {
#if DEBUG_POINTERS
LOGD("Pointers: Ignoring driver provided pointer id %d because "
- "it is larger than max supported id %d for optimizations",
+ "it is larger than max supported id %d",
id, MAX_POINTER_ID);
#endif
havePointerIds = false;