fix(update): refact logs
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
5aa0deed91
commit
c1fdf5ab2c
1 changed files with 1 additions and 1 deletions
|
|
@ -3873,7 +3873,7 @@ fn verify_update_file_signature_for_path(file: &str) -> ResultType<()> {
|
|||
}
|
||||
|
||||
bail!(
|
||||
"Update file signature verification failed for {}: {}{}",
|
||||
"Update file signature verification failed for {}: . stderr: {}; stdout: {}",
|
||||
file,
|
||||
String::from_utf8_lossy(&output.stderr),
|
||||
String::from_utf8_lossy(&output.stdout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue