From 2d54aeb36dc4975fd799eeae5b2dbc7947140b89 Mon Sep 17 00:00:00 2001 From: columbarius Date: Thu, 26 May 2022 09:25:20 +0200 Subject: [PATCH] screencast: fix handler logging for tranche_formats --- src/screencast/wlr_screencast.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screencast/wlr_screencast.c b/src/screencast/wlr_screencast.c index 375d0c9..32e96e9 100644 --- a/src/screencast/wlr_screencast.c +++ b/src/screencast/wlr_screencast.c @@ -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;