]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:dns_server: Add missing newline to logging message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 7 Aug 2023 04:52:33 +0000 (16:52 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:38 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dns_server/dnsserver_common.c

index c6dcb5f4b4b14afbd6f2296274c3168dea250542..2ce190e1cae985c6ed402c8b8b0952f0bb18d4b9 100644 (file)
@@ -125,7 +125,7 @@ WERROR dns_common_extract(struct ldb_context *samdb,
 
                ret = samdb_dns_host_name(samdb, &dnsHostName);
                if (ret != LDB_SUCCESS || dnsHostName == NULL) {
-                       DEBUG(0, ("Failed to get dnsHostName from rootDSE"));
+                       DEBUG(0, ("Failed to get dnsHostName from rootDSE\n"));
                        return DNS_ERR(SERVER_FAILURE);
                }