We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49faa95 commit fc835d1Copy full SHA for fc835d1
crates/stackable-certs/src/ca/mod.rs
@@ -69,7 +69,7 @@ pub enum Error {
69
ParseAuthorityKeyIdentifier { source: x509_cert::der::Error },
70
71
#[snafu(display(
72
- "failed to parse subject alternative DNS name \"{subject_alternative_dns_name}\" as a Ia5 string"
+ "failed to parse subject alternative DNS name {subject_alternative_dns_name:?} as a Ia5 string"
73
))]
74
ParseSubjectAlternativeDnsName {
75
subject_alternative_dns_name: String,
0 commit comments