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
|
@ -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…
Reference in New Issue