diff options
author | Simo Sorce <idra@samba.org> | 2010-01-31 13:24:18 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-01-31 13:25:17 -0500 |
commit | 08a20006c84f8460c8f261f07e28fc345b0dfc1f (patch) | |
tree | a7d2acf5baad1e5f29bd3673b3ded5217649cdf0 /source4/lib/ldb | |
parent | 0beac794b68388a197e19fbb49ae18345633dbd2 (diff) | |
download | samba-08a20006c84f8460c8f261f07e28fc345b0dfc1f.tar.gz samba-08a20006c84f8460c8f261f07e28fc345b0dfc1f.tar.bz2 samba-08a20006c84f8460c8f261f07e28fc345b0dfc1f.zip |
s4:ldb quiet down rootdse control registration
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/ldb_tdb/ldb_tdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.c b/source4/lib/ldb/ldb_tdb/ldb_tdb.c index edc0215fbe..bad0928c23 100644 --- a/source4/lib/ldb/ldb_tdb/ldb_tdb.c +++ b/source4/lib/ldb/ldb_tdb/ldb_tdb.c @@ -1373,7 +1373,7 @@ static int ltdb_init_rootdse(struct ldb_module *module) ret = ldb_mod_register_control(module, LDB_CONTROL_PERMISSIVE_MODIFY_OID); if (ret != LDB_SUCCESS) { - ldb_debug(ldb, LDB_DEBUG_WARNING, "ldb_tdb: " + ldb_debug(ldb, LDB_DEBUG_TRACE, "ldb_tdb: " "Unable to register control with rootdse!"); } |