]> git.mdlowis.com Git - proto/labwc.git/commitdiff
xdg: Reduce log priority of timeout message
authorJohn Lindgren <john@jlindgren.net>
Sun, 5 Mar 2023 07:03:41 +0000 (02:03 -0500)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sun, 5 Mar 2023 08:46:55 +0000 (08:46 +0000)
src/xdg.c

index 086af390a5452c32ae2fe6dba38f009bc977ed0d..d4077d22763d32a7b6ace1486bfecf69604d7023 100644 (file)
--- 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);