summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/common/ldb.c
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2009-07-10 22:44:27 +0200
committerSimo Sorce <idra@samba.org>2009-07-14 11:21:11 -0400
commit9d7cb4826a7b605a170bd5d5efee331557188b6e (patch)
treeba42d8180db16df66f96f80c1ca01c637d63720f /source4/lib/ldb/common/ldb.c
parent9f15ef11bdf75dbc1a1af3c2bc35b1d653216f62 (diff)
downloadsamba-9d7cb4826a7b605a170bd5d5efee331557188b6e.tar.gz
samba-9d7cb4826a7b605a170bd5d5efee331557188b6e.tar.bz2
samba-9d7cb4826a7b605a170bd5d5efee331557188b6e.zip
remove all '\n' from ldb_debug
Diffstat (limited to 'source4/lib/ldb/common/ldb.c')
-rw-r--r--source4/lib/ldb/common/ldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/common/ldb.c b/source4/lib/ldb/common/ldb.c
index 64ad6832db..164e5a95a0 100644
--- a/source4/lib/ldb/common/ldb.c
+++ b/source4/lib/ldb/common/ldb.c
@@ -240,7 +240,7 @@ int ldb_connect(struct ldb_context *ldb, const char *url,
if (ldb_load_modules(ldb, options) != LDB_SUCCESS) {
ldb_debug(ldb, LDB_DEBUG_FATAL,
- "Unable to load modules for %s: %s\n",
+ "Unable to load modules for %s: %s",
url, ldb_errstring(ldb));
return LDB_ERR_OTHER;
}