summaryrefslogtreecommitdiffstats
path: root/server/db/sysdb.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/db/sysdb.c')
-rw-r--r--server/db/sysdb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/db/sysdb.c b/server/db/sysdb.c
index f910110cc..5a9d8f256 100644
--- a/server/db/sysdb.c
+++ b/server/db/sysdb.c
@@ -1247,11 +1247,11 @@ int sysdb_posix_store_group(TALLOC_CTX *memctx,
switch(res->count) {
case 0:
flags = LDB_FLAG_MOD_ADD;
- DEBUG(3, ("Adding new entry\n"));
+ DEBUG(7, ("Adding new entry\n"));
break;
case 1:
flags = LDB_FLAG_MOD_REPLACE;
- DEBUG(3, ("Replacing existing entry\n"));
+ DEBUG(7, ("Replacing existing entry\n"));
break;
default:
DEBUG(0, ("Cache DB corrupted, base search returned %d results\n",