Skip to content

Commit 006e37a

Browse files
sbernauerTechassi
andauthored
Update crates/stackable-operator/src/commons/networking.rs
Co-authored-by: Techassi <[email protected]>
1 parent 90f9271 commit 006e37a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/commons/networking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ impl Deref for DomainName {
5353
#[derive(Debug, Snafu)]
5454
pub enum HostNameParseError {
5555
#[snafu(display(
56-
"the given hostname '{hostname}' is not a valid hostname, which needs to be either a domain name or IP address"
56+
"the given hostname {hostname:?} is not a valid hostname, which needs to be either a domain name or IP address"
5757
))]
5858
InvalidHostname { hostname: String },
5959
}

0 commit comments

Comments
 (0)