spelling: memory
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
1a5eed5768
commit
751aa26d8c
@ -756,7 +756,7 @@ pub mod client {
|
|||||||
log::info!("portable service status mismatch");
|
log::info!("portable service status mismatch");
|
||||||
}
|
}
|
||||||
if portable_service_running {
|
if portable_service_running {
|
||||||
log::info!("Create shared memeory capturer");
|
log::info!("Create shared memory capturer");
|
||||||
return Ok(Box::new(CapturerPortable::new(current_display, use_yuv)));
|
return Ok(Box::new(CapturerPortable::new(current_display, use_yuv)));
|
||||||
} else {
|
} else {
|
||||||
log::debug!("Create capturer dxgi|gdi");
|
log::debug!("Create capturer dxgi|gdi");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user