backend/drm: print error in set_plane_props

This makes it easier to understand which plane failed.
master
Simon Ser 5 years ago committed by Drew DeVault
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…
Cancel
Save