From 1824fc4b9abd3ac3287104cefc48edd7a07e7aa5 Mon Sep 17 00:00:00 2001 From: John Lindgren Date: Sun, 5 Mar 2023 02:03:41 -0500 Subject: [PATCH] xdg: Reduce log priority of timeout message --- src/xdg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xdg.c b/src/xdg.c index 086af390..d4077d22 100644 --- a/src/xdg.c +++ b/src/xdg.c @@ -101,7 +101,7 @@ handle_configure_timeout(void *data) assert(view->pending_configure_timeout); const char *app_id = view_get_string_prop(view, "app_id"); - wlr_log(WLR_ERROR, "client (%s) did not respond to configure request " + wlr_log(WLR_INFO, "client (%s) did not respond to configure request " "in %d ms", app_id, CONFIGURE_TIMEOUT_MS); wl_event_source_remove(view->pending_configure_timeout); -- 2.52.0