mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
xdg: Reduce log priority of timeout message
This commit is contained in:
parent
ea09fc3850
commit
1824fc4b9a
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue