mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-11-27 23:19:02 +08:00
log::error
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
a1d1c8270f
commit
8af20489bd
@ -364,7 +364,7 @@ pub fn check_config_process(force_reset: bool) {
|
||||
let res = child.wait();
|
||||
log::info!("Check hwcodec config, wait result: {res:?}");
|
||||
}
|
||||
Err(e) => log::info!("Check hwcodec config, error attempting to wait: {e}"),
|
||||
Err(e) => log::error!("Check hwcodec config, error attempting to wait: {e}"),
|
||||
}
|
||||
HwCodecConfig::refresh();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user