mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 20:30:27 +01:00
plugin: expand the plugin name prefix to 22 chars
That's the longest name we have for our internal plugins so let's make sure those align nicely for easier debugging. Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1299>
This commit is contained in:
parent
5abe051a9c
commit
537552480d
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ plugin_system_notify_evdev_frame(struct libinput_plugin_system *system,
|
|||
|
||||
#ifdef EVENT_DEBUGGING
|
||||
_autofree_ char *prefix = strdup_printf(
|
||||
"%7s: plugin %-15s - ",
|
||||
"%7s: plugin %-22s - ",
|
||||
libinput_device_get_sysname(event->device),
|
||||
plugin->name);
|
||||
print_frame(libinput_device_get_context(device),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue