mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-17 07:01:28 +03:00
remove duplicate log
This commit is contained in:
@@ -25,7 +25,6 @@ impl DnsResolver {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub(crate) async fn resolve(&self, host: &str) -> Result<Vec<IpAddr>, Box<dyn Error>> {
|
pub(crate) async fn resolve(&self, host: &str) -> Result<Vec<IpAddr>, Box<dyn Error>> {
|
||||||
log::info!("resolving {host} ...");
|
|
||||||
let response = self.resolver.lookup_ip(host).await?;
|
let response = self.resolver.lookup_ip(host).await?;
|
||||||
for ip in response.iter() {
|
for ip in response.iter() {
|
||||||
log::info!("{host}: adding ip {ip}");
|
log::info!("{host}: adding ip {ip}");
|
||||||
|
|||||||
Reference in New Issue
Block a user