format
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
8af20489bd
commit
eebddb2206
1 changed files with 3 additions and 1 deletions
|
|
@ -364,7 +364,9 @@ pub fn check_config_process(force_reset: bool) {
|
|||
let res = child.wait();
|
||||
log::info!("Check hwcodec config, wait result: {res:?}");
|
||||
}
|
||||
Err(e) => log::error!("Check hwcodec config, error attempting to wait: {e}"),
|
||||
Err(e) => {
|
||||
log::error!("Check hwcodec config, error attempting to wait: {e}")
|
||||
}
|
||||
}
|
||||
HwCodecConfig::refresh();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue