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:
Peter Hutterer 2025-08-18 11:55:20 +10:00 committed by Marge Bot
parent 5abe051a9c
commit 537552480d

View file

@ -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),