Skip to content

Commit

Permalink
Update crates/stackable-operator/src/commons/networking.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Techassi <[email protected]>
  • Loading branch information
sbernauer and Techassi authored Sep 18, 2024
1 parent 90f9271 commit 006e37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/stackable-operator/src/commons/networking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ impl Deref for DomainName {
#[derive(Debug, Snafu)]
pub enum HostNameParseError {
#[snafu(display(
"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"
))]
InvalidHostname { hostname: String },
}
Expand Down

0 comments on commit 006e37a

Please sign in to comment.