Skip to content

Commit fda032d

Browse files
calebbourgjhodapp
andauthored
Update esp32-wroom-rp/src/network.rs
Co-authored-by: Jim Hodapp <james.hodapp@gmail.com>
1 parent 46fb9d4 commit fda032d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32-wroom-rp/src/network.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ impl Format for NetworkError {
1515
fn format(&self, fmt: Formatter) {
1616
match self {
1717
NetworkError::DnsResolveFailed => {
18-
write!(fmt, "Failed when trying to resolve a DNS hostname")
18+
write!(fmt, "Failed to resolve a hostname for the provided IP address")
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)