diff --git a/bar/wayland.c b/bar/wayland.c index 25d4b15..00fcd1a 100644 --- a/bar/wayland.c +++ b/bar/wayland.c @@ -385,6 +385,7 @@ handle_global(void *data, struct wl_registry *registry, static void handle_global_remove(void *data, struct wl_registry *registry, uint32_t name) { + LOG_WARN("global removed: %u", name); } static const struct wl_registry_listener registry_listener = {