From dea569dc8684c660074451779f35fd7e109d6810 Mon Sep 17 00:00:00 2001 From: Matthias Dieter Wallnöfer Date: Tue, 17 Nov 2009 19:22:00 +0100 Subject: s4:SAMLDB DSDB module - Add "\n"s on debug messages --- source4/dsdb/samdb/ldb_modules/samldb.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/dsdb') diff --git a/source4/dsdb/samdb/ldb_modules/samldb.c b/source4/dsdb/samdb/ldb_modules/samldb.c index ed089ea9f7..c5161dbe41 100644 --- a/source4/dsdb/samdb/ldb_modules/samldb.c +++ b/source4/dsdb/samdb/ldb_modules/samldb.c @@ -1342,7 +1342,7 @@ static int samldb_foreign_notice_sid_callback(struct ldb_request *req, ldb_debug(ldb, LDB_DEBUG_TRACE, "NOTE (strange but valid): Adding foreign SID " "record with SID %s, but this domain (%s) is " - "not foreign in the database", + "not foreign in the database\n", dom_sid_string(ares, ac->sid), name); talloc_free(ares); @@ -2161,7 +2161,7 @@ static int samldb_add(struct ldb_module *module, struct ldb_request *req) if (!ac->msg) { talloc_free(ac); ldb_debug(ldb, LDB_DEBUG_FATAL, - "samldb_add: ldb_msg_copy failed!"); + "samldb_add: ldb_msg_copy failed!\n"); return LDB_ERR_OPERATIONS_ERROR; } -- cgit