Skip to content

Commit

Permalink
Update crates/ott-balancer/src/discovery/dns.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dyc3 authored Feb 14, 2024
1 parent d7f892a commit 4adb46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ott-balancer/src/discovery/dns.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pub struct DnsMonolithDiscoverer {
impl DnsMonolithDiscoverer {
pub fn new(config: DnsDiscoveryConfig) -> Self {
info!(
"Creating DockerMonolithDiscoverer, DNS server: {:?}",
"Creating DnsMonolithDiscoverer, DNS server: {:?}",
config.dns_server
);
Self { config }
Expand Down

0 comments on commit 4adb46f

Please sign in to comment.