Skip to content

Commit

Permalink
Update rama-dns/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Glen De Cauwsemaecker <[email protected]>
  • Loading branch information
parkma99 and GlenDC authored Oct 29, 2024
1 parent 983f717 commit 6e4a3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rama-dns/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ pub struct DnsChainDomainResolveErr<E: 'static> {

impl<E: std::fmt::Debug> std::fmt::Display for DnsChainDomainResolveErr<E> {
fn fmt(&self, f: &mut std::fmt::Formatter) -> std::fmt::Result {
write!(f, "{:?}", self.errors)
write!(f, "domain resolver chain resulted in errors: {:?}", self.errors)
}
}

Expand Down

0 comments on commit 6e4a3bd

Please sign in to comment.