mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 13:20:28 +01:00
tools: list-quirks: make the output easier to parse
Print the "has no quirks" to stderr to keep stdout tidy. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
39cc6d054a
commit
efe954aea8
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ list_device_quirks(struct quirks_context *ctx, struct udev_device *device)
|
|||
|
||||
quirks = quirks_fetch_for_device(ctx, device);
|
||||
if (!quirks) {
|
||||
printf("Device has no quirks defined\n");
|
||||
fprintf(stderr, "Device has no quirks defined\n");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue