summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
Diffstat (limited to 'source3')
-rw-r--r--source3/lib/dbwrap/dbwrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/lib/dbwrap/dbwrap.c b/source3/lib/dbwrap/dbwrap.c
index e443fa5eb3..11ab5d91f0 100644
--- a/source3/lib/dbwrap/dbwrap.c
+++ b/source3/lib/dbwrap/dbwrap.c
@@ -118,7 +118,7 @@ static struct dbwrap_lock_order_state *dbwrap_check_lock_order(
used = ffs(lock_order_mask);
- DEBUG(1, ("used=%d, lock_order=%d, idx=%d\n", used,
+ DEBUG(5, ("used=%d, lock_order=%d, idx=%d\n", used,
(int)db->lock_order, (int)idx));
if ((used != 0) && (used-1 <= idx)) {