diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-11-17 19:22:00 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2009-11-17 19:22:00 +0100 |
commit | dea569dc8684c660074451779f35fd7e109d6810 (patch) | |
tree | c1c7cdce4dbe4316f49f6014bbf7d377425f5313 /source4 | |
parent | c4a70550b3022e75b799eaa56477e8deaff34913 (diff) | |
download | samba-dea569dc8684c660074451779f35fd7e109d6810.tar.gz samba-dea569dc8684c660074451779f35fd7e109d6810.tar.bz2 samba-dea569dc8684c660074451779f35fd7e109d6810.zip |
s4:SAMLDB DSDB module - Add "\n"s on debug messages
Diffstat (limited to 'source4')
-rw-r--r-- | source4/dsdb/samdb/ldb_modules/samldb.c | 4 |
1 files changed, 2 insertions, 2 deletions
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; } |