Skip to content

Commit fc835d1

Browse files
sbernauerTechassi
andauthored
Update crates/stackable-certs/src/ca/mod.rs
Co-authored-by: Techassi <[email protected]>
1 parent 49faa95 commit fc835d1

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-certs/src/ca

1 file changed

+1
-1
lines changed

crates/stackable-certs/src/ca/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub enum Error {
6969
ParseAuthorityKeyIdentifier { source: x509_cert::der::Error },
7070

7171
#[snafu(display(
72-
"failed to parse subject alternative DNS name \"{subject_alternative_dns_name}\" as a Ia5 string"
72+
"failed to parse subject alternative DNS name {subject_alternative_dns_name:?} as a Ia5 string"
7373
))]
7474
ParseSubjectAlternativeDnsName {
7575
subject_alternative_dns_name: String,

0 commit comments

Comments
 (0)