diff --git a/tests/interactive/test-devices.c b/tests/interactive/test-devices.c index 62923f812..0d9cde7ec 100644 --- a/tests/interactive/test-devices.c +++ b/tests/interactive/test-devices.c @@ -79,7 +79,8 @@ test_devices_main (int argc, char **argv) device_type = clutter_input_device_get_device_type (device); if (device_type == CLUTTER_POINTER_DEVICE) { - g_print ("got a pointer device with id %d...\n", + g_print ("got a pointer device '%s' with id %d...\n", + clutter_input_device_get_device_name (device), clutter_input_device_get_device_id (device)); hand = clutter_texture_new_from_file (TESTS_DATADIR