dsdb: Add missing \n to debug
authorAndrew Bartlett <abartlet@samba.org>
Wed, 6 Sep 2017 23:13:17 +0000 (11:13 +1200)
committerKarolin Seeger <kseeger@samba.org>
Thu, 14 Sep 2017 15:48:27 +0000 (17:48 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13017

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
(cherry picked from commit 8d8d31eb2bce6fa25485c4e989e6df372fb0e66e)

source4/dsdb/common/util.c

index 7a12c71799bef0146c0906785d4e6d7a273146d7..cecef81e8cf858a5120333f3231224c9f6551724 100644 (file)
@@ -3972,7 +3972,7 @@ int dsdb_find_nc_root(struct ldb_context *samdb, TALLOC_CTX *mem_ctx, struct ldb
        if ((el == NULL) || (el->num_values < 3)) {
                struct ldb_message *tmp_msg;
 
-               DEBUG(5,("dsdb_find_nc_root: Finding a valid 'namingContexts' element in the RootDSE failed. Using a temporary list."));
+               DEBUG(5,("dsdb_find_nc_root: Finding a valid 'namingContexts' element in the RootDSE failed. Using a temporary list.\n"));
 
                /* This generates a temporary list of NCs in order to let the
                 * provisioning work. */