diff options
| -rw-r--r-- | talpid-core/src/dns/linux/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/talpid-core/src/dns/linux/mod.rs b/talpid-core/src/dns/linux/mod.rs index bf3f27e612..3462c8adfe 100644 --- a/talpid-core/src/dns/linux/mod.rs +++ b/talpid-core/src/dns/linux/mod.rs @@ -118,7 +118,7 @@ impl DnsMonitorHolder { systemd_resolved::SystemdDbusError::NoSystemdResolved(_), ) => (), other_error => { - log::debug!("NetworkManager is not being used because {}", other_error) + log::debug!("NetworkManager is being used because {}", other_error) } } NetworkManager::new().map(DnsMonitorHolder::NetworkManager) |
