1
0
Fork 0
forked from wry/wry

Merge pull request #627 from mahkoh/jorth/fast-path-log

wl_shm: log when using zero-copy path
This commit is contained in:
mahkoh 2025-10-03 13:18:46 +02:00 committed by GitHub
commit 44ac0511c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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