mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 04:45:58 +01:00
types/wlr_drm_lease_v1: downgrade DRM backend error message to debug
Downgrades the error message printed out when no DRM backend is given from `WLR_ERROR` to `WLR_DEBUG`
This commit is contained in:
parent
061f5fafbd
commit
60ca6f17eb
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ struct wlr_drm_lease_v1_manager *wlr_drm_lease_v1_manager_create(
|
|||
}
|
||||
|
||||
if (wl_list_empty(&manager->devices)) {
|
||||
wlr_log(WLR_ERROR, "No DRM backend supplied, failed to create "
|
||||
wlr_log(WLR_DEBUG, "No DRM backend supplied, failed to create "
|
||||
"wlr_drm_lease_v1_manager");
|
||||
free(manager);
|
||||
return NULL;
|
||||
|
|
Loading…
Reference in a new issue