mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
c/main: Log assert case
This commit is contained in:
parent
44d2dbc268
commit
ee66760b63
|
@ -948,7 +948,7 @@ dispatch_graphics(struct comp_renderer *r, struct render_gfx *rr)
|
|||
comp_target_mark_submit(ct, c->frame.rendering.id, os_monotonic_get_ns());
|
||||
} break;
|
||||
|
||||
default: assert(false);
|
||||
default: COMP_ERROR(c, "Unhandled case: '%u'", layer->data.type); assert(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue