From: Garming Sam Date: Fri, 8 Jul 2016 02:53:22 +0000 (+1200) Subject: schema: raise debug level X-Git-Tag: tdb-1.3.10~454 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f060811a9f85fe9506e6a45d7e7c31b548613c72;p=thirdparty%2Fsamba.git schema: raise debug level Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- diff --git a/source4/dsdb/samdb/ldb_modules/schema_load.c b/source4/dsdb/samdb/ldb_modules/schema_load.c index 34700672a39..6f15a3b3f73 100644 --- a/source4/dsdb/samdb/ldb_modules/schema_load.c +++ b/source4/dsdb/samdb/ldb_modules/schema_load.c @@ -233,7 +233,7 @@ static struct dsdb_schema *dsdb_schema_refresh(struct ldb_module *module, struct return schema; } } else { - DEBUG(3, ("Initial schema load needed, as we have no existing schema, seq_num: %lld\n", + DEBUG(10, ("Initial schema load needed, as we have no existing schema, seq_num: %lld\n", (unsigned long long)schema_seq_num)); }