Remove info() and die()

This commit is contained in:
Johan Malm 2021-07-22 21:30:17 +01:00
parent 22f5073ebd
commit 20fd8f59a7
11 changed files with 26 additions and 51 deletions

View file

@ -834,7 +834,7 @@ new_output_notify(struct wl_listener *listener, void *data)
*/
if (getenv("LABWC_ADAPTIVE_SYNC")) {
info("Set %s adaptive sync to 'true'", wlr_output->name);
wlr_log(WLR_INFO, "enable adaptive sync on %s", wlr_output->name);
wlr_output_enable_adaptive_sync(wlr_output, true);
}
wlr_output_layout_add_auto(server->output_layout, wlr_output);