1
0
Fork 0
forked from wry/wry

wl_shm: log when using zero-copy path

This commit is contained in:
Julian Orth 2025-10-03 13:12:15 +02:00
parent 987bc5ee25
commit 37cff567a1

View file

@ -424,6 +424,7 @@ impl WlBuffer {
}
};
*tex = Some(tex_);
log::debug!("Using zero-copy wl_shm path");
true
}