mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-12-25 21:59:11 +01:00
Remove chatty debug log
This commit is contained in:
parent
d8c20ddac2
commit
dcca965fc1
1 changed files with 0 additions and 2 deletions
2
plane.c
2
plane.c
|
@ -156,8 +156,6 @@ static bool plane_set_prop(struct liftoff_plane *plane, drmModeAtomicReq *req,
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
liftoff_log(LIFTOFF_DEBUG, " Setting %s = %"PRIu64,
|
|
||||||
prop->name, value);
|
|
||||||
ret = drmModeAtomicAddProperty(req, plane->id, prop->id, value);
|
ret = drmModeAtomicAddProperty(req, plane->id, prop->id, value);
|
||||||
if (ret < 0) {
|
if (ret < 0) {
|
||||||
liftoff_log_errno(LIFTOFF_ERROR, "drmModeAtomicAddProperty");
|
liftoff_log_errno(LIFTOFF_ERROR, "drmModeAtomicAddProperty");
|
||||||
|
|
Loading…
Reference in a new issue