summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/compatibility_test.c')
-rw-r--r--src/compatibility_test.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compatibility_test.c b/src/compatibility_test.c
index 1741e07..8d3f0f2 100644
--- a/src/compatibility_test.c
+++ b/src/compatibility_test.c
@@ -25,6 +25,8 @@ static int test_for_axis_and_print_info
device_has_rel = 0;
+ printf("Name: %s\n", libevdev_get_name(libevdev));
+
for (i = 0; i < RELABSD_AXIS_VALID_AXES_COUNT; ++i)
{
rel_code = relabsd_axis_name_to_evdev_rel((enum relabsd_axis_name) i);
@@ -81,6 +83,8 @@ int relabsd_compatibility_test_main
if (!is_compatible)
{
+ printf("No relative axes.\n");
+
return 0;
}