Skip to content

Commit a878d34

Browse files
Update rust/cert-tools/src/parsers.rs
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent a0fb813 commit a878d34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/cert-tools/src/parsers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ pub fn parse_pkcs12_file_workaround(
9898
.whatever_context("Failed to read openssl process output")?;
9999
if !output.status.success() {
100100
let stderr = String::from_utf8_lossy(&output.stderr);
101-
whatever!("openssl process failed with STDERR: {stderr:?}");
101+
whatever!("openssl process failed with STDERR:\n{stderr}");
102102
}
103103

104104
parse_pem_contents(&output.stdout).with_whatever_context(|_| {

0 commit comments

Comments
 (0)