summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/xcb
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2023-10-06 09:48:33 +0200
committerLiang Qi <liang.qi@qt.io>2023-10-07 00:01:22 +0200
commit42d9c1913a504423783397adf6e6a77545f857ac (patch)
treed816da3406aea87e332776854d218e76b2486ddd /src/plugins/platforms/xcb
parent22029a76c37d8d670479d523684a84f7966ed434 (diff)
xcb: replace a warning with debug info in qxcbconnection_xi2.cpp
Fixes: QTBUG-117820 Pick-to: 6.6 6.5 Change-Id: I3b89305e1a8d92a02166efee7067108572f7a97a Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'src/plugins/platforms/xcb')
-rw-r--r--src/plugins/platforms/xcb/qxcbconnection_xi2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp b/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
index 897a429970..c94b3edb69 100644
--- a/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
+++ b/src/plugins/platforms/xcb/qxcbconnection_xi2.cpp
@@ -766,7 +766,7 @@ void QXcbConnection::xi2HandleEvent(xcb_ge_event_t *event)
if (auto device = QPointingDevicePrivate::pointingDeviceById(sourceDeviceId))
xi2HandleScrollEvent(event, device);
else
- qCWarning(lcQpaXInputEvents) << "scroll event from unregistered device" << sourceDeviceId;
+ qCDebug(lcQpaXInputEvents) << "scroll event from unregistered device" << sourceDeviceId;
if (xiDeviceEvent) {
switch (xiDeviceEvent->event_type) {