]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: fix log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Jun 2018 03:21:54 +0000 (12:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 13 Jun 2018 03:21:54 +0000 (12:21 +0900)
src/resolve/resolved-dns-server.c

index 133d26df6727a214bfcee2aaaaab0bf251ad2eac..11af29bad84683dfbab8d7c42a4d94c89c0f91ad 100644 (file)
@@ -446,7 +446,7 @@ DnsServerFeatureLevel dns_server_possible_feature_level(DnsServer *s) {
                         /* We tried to connect using DNS-over-TLS, and it didn't work. Downgrade to plaintext UDP
                          * if we don't require DNS-over-TLS */
 
-                        log_debug("Server doesn't support seem to support DNS-over-TLS, downgrading protocol...");
+                        log_debug("Server doesn't support DNS-over-TLS, downgrading protocol...");
                         s->possible_feature_level--;
                 } else if (s->packet_bad_opt &&
                            s->possible_feature_level >= DNS_SERVER_FEATURE_LEVEL_EDNS0) {