Skip to content

Commit

Permalink
lower dns log lvl
Browse files Browse the repository at this point in the history
  • Loading branch information
ibigbug committed Sep 17, 2023
1 parent d360f13 commit 9b80865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clash_lib/src/app/dns/server/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ impl DnsHandler {
}
},
Err(e) => {
warn!("dns resolve error: {}", e);
debug!("dns resolve error: {}", e);
Err(DNSError::QueryFailed(e.to_string()))
}
}
Expand Down

0 comments on commit 9b80865

Please sign in to comment.