mirror of
https://github.com/DreamMaoMao/maomaowm.git
synced 2025-11-17 06:59:52 -05:00
opt: change drm_lease create fail log to info
This commit is contained in:
parent
a55b4345ec
commit
8983ff5ad6
1 changed files with 2 additions and 2 deletions
|
|
@ -4938,8 +4938,8 @@ void setup(void) {
|
|||
if (drm_lease_manager) {
|
||||
wl_signal_add(&drm_lease_manager->events.request, &drm_lease_request);
|
||||
} else {
|
||||
wlr_log(WLR_ERROR, "Failed to create wlr_drm_lease_device_v1; VR will "
|
||||
"not be available");
|
||||
wlr_log(WLR_DEBUG, "Failed to create wlr_drm_lease_device_v1.");
|
||||
wlr_log(WLR_INFO, "VR will not be available.");
|
||||
}
|
||||
|
||||
wl_global_create(dpy, &zdwl_ipc_manager_v2_interface, 2, NULL,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue