1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

schema: raise debug level

Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Garming Sam 2016-07-08 14:53:22 +12:00 committed by Andrew Bartlett
parent 657e31450c
commit f060811a9f

View File

@ -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));
}