summaryrefslogtreecommitdiffstats
path: root/ui/base/x
diff options
context:
space:
mode:
Diffstat (limited to 'ui/base/x')
-rw-r--r--ui/base/x/events_x.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/base/x/events_x.cc b/ui/base/x/events_x.cc
index cfed6ce..3fb5ab3 100644
--- a/ui/base/x/events_x.cc
+++ b/ui/base/x/events_x.cc
@@ -629,7 +629,7 @@ int GetTouchId(const base::NativeEvent& xev) {
double tracking_id;
if (!manager->GetEventData(
*xev, ui::DeviceDataManager::DT_TOUCH_TRACKING_ID, &tracking_id)) {
- LOG(ERROR) << "Could not get the slot ID for the event. Using 0.";
+ LOG(ERROR) << "Could not get the tracking ID for the event. Using 0.";
} else {
slot = factory->GetSlotForTrackingID(tracking_id);
ui::EventType type = ui::EventTypeFromNative(xev);