Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
romanb committed Jan 25, 2021
1 parent 4e8d8f2 commit d81ab67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transports/dns/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ where
let addr = prefix.iter().chain(a.iter()).collect::<Multiaddr>();
unresolved.push(addr);
} else {
log::debug!("Too many TXT records. Dropping {}.", a);
log::debug!("Too many TXT records. Dropping resolved {}.", a);
}
}
}
Expand Down

0 comments on commit d81ab67

Please sign in to comment.