From b773be3371ef9014511b58951986f92f59bd6975 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Baumbach?= Date: Fri, 31 Aug 2018 16:12:34 +0200 Subject: [PATCH] dns update: add missing newline in error debug message MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Björn Baumbach Reviewed-by: Volker Lendecke --- source4/dsdb/dns/dns_update.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source4/dsdb/dns/dns_update.c b/source4/dsdb/dns/dns_update.c index 9385b35a43e..de873376201 100644 --- a/source4/dsdb/dns/dns_update.c +++ b/source4/dsdb/dns/dns_update.c @@ -124,7 +124,8 @@ static void dnsupdate_rebuild(struct dnsupdate_service *service) 0, "(&(objectclass=NTDSDSA)(!(msDS-isRODC=TRUE)))"); if (ret != LDB_SUCCESS) { - DEBUG(0,(__location__ ": Unable to find DCs list - %s", ldb_errstring(service->samdb))); + DBG_ERR("Unable to find DCs list - %s\n", + ldb_errstring(service->samdb)); talloc_free(tmp_ctx); return; } -- 2.11.4.GIT