mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
output: ensure we don't run into an assert() on VT switch
Also reduce log spam from failed output commits that can happen for various reasons outside of our control. Fixes: #1667
This commit is contained in:
parent
2c2341530b
commit
c9de358075
2 changed files with 12 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ lab_wlr_scene_output_commit(struct wlr_scene_output *scene_output)
|
|||
return false;
|
||||
}
|
||||
if (!wlr_output_commit(wlr_output)) {
|
||||
wlr_log(WLR_ERROR, "Failed to commit output %s",
|
||||
wlr_log(WLR_INFO, "Failed to commit output %s",
|
||||
wlr_output->name);
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue