summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2015-02-03 15:24:25 +0100
committerMichael Adam <obnox@samba.org>2015-02-13 15:54:17 +0100
commit37f7a177f01f4c327d7e7808d888e9eedc8ff575 (patch)
tree5d099e6e116c816c5d35b3762a5661daf2bdffcd /source3
parent39d2fd330a60ea590d76213f8cb406a42fa8d680 (diff)
s3-passdb: lift annoying debug message level.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Fri Feb 13 15:54:18 CET 2015 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r--source3/passdb/account_pol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/passdb/account_pol.c b/source3/passdb/account_pol.c
index 6b1066ee5d..7b92f32744 100644
--- a/source3/passdb/account_pol.c
+++ b/source3/passdb/account_pol.c
@@ -351,7 +351,7 @@ bool account_policy_get(enum pdb_policy_type type, uint32_t *value)
status = dbwrap_fetch_uint32_bystring(db, name, &regval);
if (!NT_STATUS_IS_OK(status)) {
- DEBUG(1, ("account_policy_get: tdb_fetch_uint32 failed for type %d (%s), returning 0\n", type, name));
+ DEBUG(2, ("account_policy_get: tdb_fetch_uint32 failed for type %d (%s), returning 0\n", type, name));
return False;
}