mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-03-23 12:00:43 +01:00
evdev: print the EV_SYN with better alignment to other messages
This affects the debugging output only and it's invocation is if 0 by default. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1117>
This commit is contained in:
parent
1e445f3f84
commit
45389468a7
1 changed files with 1 additions and 1 deletions
|
|
@ -1040,7 +1040,7 @@ evdev_print_event(struct evdev_device *device,
|
|||
|
||||
if (libevdev_event_is_code(e, EV_SYN, SYN_REPORT)) {
|
||||
evdev_log_debug(device,
|
||||
"%u.%03u -------------- EV_SYN ------------ +%ums\n",
|
||||
"%u.%03u ----------------- EV_SYN ----------------- +%ums\n",
|
||||
time / 1000,
|
||||
time % 1000,
|
||||
time - last_time);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue