]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
resolve: fix indentation
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Jun 2025 08:11:29 +0000 (17:11 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 16 Jun 2025 13:02:30 +0000 (22:02 +0900)
src/resolve/resolved-dns-stub.c

index 82f852a93688fb866c2b78443caebef15931fea7..11710b8a482ef2e5a413e71dc5d9e8d3a2fe10c4 100644 (file)
@@ -1419,7 +1419,7 @@ int manager_dns_stub_start(Manager *m) {
                                                           r == -EADDRINUSE ? "Another process is already listening on %s.\n"
                                                           "Turning off local DNS stub support." :
                                                           "Failed to listen on %s: %m.\n"
-                                          "Turning off local DNS stub support.",
+                                                          "Turning off local DNS stub support.",
                                                           busy_socket);
                                         manager_dns_stub_stop(m);
                                         break;