aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/events/Devices.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/events/Devices.cpp')
-rw-r--r--src/events/Devices.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/events/Devices.cpp b/src/events/Devices.cpp
index 748006fe..89443af2 100644
--- a/src/events/Devices.cpp
+++ b/src/events/Devices.cpp
@@ -79,6 +79,7 @@ void Events::listener_newInput(wl_listener* listener, void* data) {
wlr_cursor_attach_input_device(g_pCompositor->m_sWLRCursor, DEVICE);
break;
default:
+ Debug::log(WARN, "Unrecognized input device plugged in: %s", DEVICE->name);
break;
}