screencast: fix handler logging for tranche_formats

This commit is contained in:
columbarius 2022-05-26 09:25:20 +02:00 committed by Simon Ser
parent e70a1efa43
commit 2d54aeb36d
1 changed files with 1 additions and 1 deletions

View File

@ -674,7 +674,7 @@ static void linux_dmabuf_feedback_tranche_formats(void *data,
struct zwp_linux_dmabuf_feedback_v1 *zwp_linux_dmabuf_feedback_v1, struct wl_array *indices) {
struct xdpw_screencast_context *ctx = data;
logprint(DEBUG, "wlroots: linux_dmabuf_feedback_format_table called");
logprint(DEBUG, "wlroots: linux_dmabuf_feedback_tranche_formats called");
if (!ctx->feedback_data.device_used || !ctx->feedback_data.format_table_data) {
return;