From: Simo Sorce Date: Sun, 31 Jan 2010 18:24:18 +0000 (-0500) Subject: s4:ldb quiet down rootdse control registration X-Git-Tag: tdb-1.2.1~77 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=08a20006c84f8460c8f261f07e28fc345b0dfc1f;p=thirdparty%2Fsamba.git s4:ldb quiet down rootdse control registration --- diff --git a/source4/lib/ldb/ldb_tdb/ldb_tdb.c b/source4/lib/ldb/ldb_tdb/ldb_tdb.c index edc0215fbee..bad0928c23d 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!"); }