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 90f9271 commit 006e37aCopy full SHA for 006e37a
crates/stackable-operator/src/commons/networking.rs
@@ -53,7 +53,7 @@ impl Deref for DomainName {
53
#[derive(Debug, Snafu)]
54
pub enum HostNameParseError {
55
#[snafu(display(
56
- "the given hostname '{hostname}' is not a valid hostname, which needs to be either a domain name or IP address"
+ "the given hostname {hostname:?} is not a valid hostname, which needs to be either a domain name or IP address"
57
))]
58
InvalidHostname { hostname: String },
59
}
0 commit comments