]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:repl_meta_data: add missing \n to a DEBUG message in replmd_modify_la_add()
authorStefan Metzmacher <metze@samba.org>
Fri, 12 Oct 2018 17:34:08 +0000 (19:34 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 30 Oct 2018 06:30:21 +0000 (07:30 +0100)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13418

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/dsdb/samdb/ldb_modules/repl_meta_data.c

index d5d9c4f8eeb171cafc5ca4a37bbc2f80b5bc9cb3..5aa3ed7badaa7eb4f42fd813e747f2c2b33a62c3 100644 (file)
@@ -2449,7 +2449,7 @@ static int replmd_modify_la_add(struct ldb_module *module,
        max_num_values = old_num_values + el->num_values;
        if (max_num_values < old_num_values) {
                DEBUG(0, ("we seem to have overflow in replmd_modify_la_add. "
-                         "old values: %u, new values: %u, sum: %u",
+                         "old values: %u, new values: %u, sum: %u\n",
                          old_num_values, el->num_values, max_num_values));
                talloc_free(tmp_ctx);
                return LDB_ERR_OPERATIONS_ERROR;