diff options
-rw-r--r-- | lib/ldb-samba/ldb_wrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb-samba/ldb_wrap.c b/lib/ldb-samba/ldb_wrap.c index 7cab98fee9..65956efffb 100644 --- a/lib/ldb-samba/ldb_wrap.c +++ b/lib/ldb-samba/ldb_wrap.c @@ -60,7 +60,7 @@ static void ldb_wrap_debug(void *context, enum ldb_debug_level level, samba_level = 2; break; case LDB_DEBUG_TRACE: - samba_level = 5; + samba_level = 10; break; }; |