From 37cff567a15b623bf0b9fb0da40ca1a5f1d851f4 Mon Sep 17 00:00:00 2001 From: Julian Orth Date: Fri, 3 Oct 2025 13:12:15 +0200 Subject: [PATCH] wl_shm: log when using zero-copy path --- src/ifs/wl_buffer.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ifs/wl_buffer.rs b/src/ifs/wl_buffer.rs index 88b2e54a..22fc251a 100644 --- a/src/ifs/wl_buffer.rs +++ b/src/ifs/wl_buffer.rs @@ -424,6 +424,7 @@ impl WlBuffer { } }; *tex = Some(tex_); + log::debug!("Using zero-copy wl_shm path"); true }