projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9802ada
)
touchpad: fix two debug messages to have the same prefix as the rest
author
Peter Hutterer
<peter.hutterer@who-t.net>
Fri, 3 May 2019 04:12:44 +0000
(14:12 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Wed, 8 May 2019 04:09:28 +0000
(14:09 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad.c
patch
|
blob
|
history
diff --git
a/src/evdev-mt-touchpad.c
b/src/evdev-mt-touchpad.c
index ec81e0803ca18bb5995045e8b9a3c9b49bb5f8a3..b21a172cf4e844e3dc984d860897274a70739ccb 100644
(file)
--- a/
src/evdev-mt-touchpad.c
+++ b/
src/evdev-mt-touchpad.c
@@
-2506,7
+2506,7
@@
tp_pair_lid_switch(struct evdev_device *touchpad,
if (tp->lid_switch.lid_switch == NULL) {
evdev_log_debug(touchpad,
- "lid
_switch
: activated for %s<->%s\n",
+ "lid: activated for %s<->%s\n",
touchpad->devname,
lid_switch->devname);
@@
-2537,7
+2537,7
@@
tp_pair_tablet_mode_switch(struct evdev_device *touchpad,
return;
evdev_log_debug(touchpad,
- "tablet
_mode_switch
: activated for %s<->%s\n",
+ "tablet
-mode
: activated for %s<->%s\n",
touchpad->devname,
tablet_mode_switch->devname);