Merge pull request #627 from mahkoh/jorth/fast-path-log
wl_shm: log when using zero-copy path
This commit is contained in:
commit
44ac0511c3
1 changed files with 1 additions and 0 deletions
|
|
@ -424,6 +424,7 @@ impl WlBuffer {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
*tex = Some(tex_);
|
*tex = Some(tex_);
|
||||||
|
log::debug!("Using zero-copy wl_shm path");
|
||||||
true
|
true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue