diff options
Diffstat (limited to 'examples/idle.c')
-rw-r--r-- | examples/idle.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/idle.c b/examples/idle.c index e5e01f63..57c366d1 100644 --- a/examples/idle.c +++ b/examples/idle.c @@ -7,6 +7,7 @@ #include <wayland-client.h> #include <wayland-client-protocol.h> #include <idle-client-protocol.h> +#include <wlr/util/log.h> static struct org_kde_kwin_idle *idle_manager = NULL; static struct wl_seat *seat = NULL; @@ -108,6 +109,7 @@ void *main_loop(void *data) { } int main(int argc, char *argv[]) { + wlr_log_init(L_DEBUG, NULL); if (parse_args(argc, argv) != 0) { return -1; |