mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-03-15 05:34:33 -04:00
Avoid excessive log messages with multiple outputs
This commit is contained in:
parent
bcd0086f13
commit
edfe4e07ce
1 changed files with 0 additions and 1 deletions
1
output.c
1
output.c
|
|
@ -207,7 +207,6 @@ handle_output_damage_frame(struct wl_listener *listener, void *data)
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!needs_frame) {
|
if (!needs_frame) {
|
||||||
wlr_log(WLR_DEBUG, "Output doesn't need frame and isn't damaged");
|
|
||||||
goto buffer_damage_finish;
|
goto buffer_damage_finish;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue