mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
backend/drm: print error in set_plane_props
This makes it easier to understand which plane failed.
This commit is contained in:
parent
9412d34e2d
commit
51bbf31742
1 changed files with 1 additions and 0 deletions
|
|
@ -142,6 +142,7 @@ static void set_plane_props(struct atomic *atom, struct wlr_drm_backend *drm,
|
|||
return;
|
||||
|
||||
error:
|
||||
wlr_log(WLR_ERROR, "Failed to set plane %"PRIu32" properties", plane->id);
|
||||
atom->failed = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue