Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou 2023-03-28 08:20:19 +08:00
parent ee1fbb0a76
commit a1d1c8270f

View File

@ -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) => println!("Check hwcodec config, error attempting to wait: {e}"),
Err(e) => log::info!("Check hwcodec config, error attempting to wait: {e}"),
}
HwCodecConfig::refresh();
}