summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ctdb/server/ctdb_vacuum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_vacuum.c b/ctdb/server/ctdb_vacuum.c
index 822c9056b0..e0dd0ddea2 100644
--- a/ctdb/server/ctdb_vacuum.c
+++ b/ctdb/server/ctdb_vacuum.c
@@ -1318,7 +1318,7 @@ int32_t ctdb_control_schedule_for_deletion(struct ctdb_context *ctdb,
" Skipping the record.\n", hash));
return 0;
} else {
- DEBUG(DEBUG_INFO,
+ DEBUG(DEBUG_DEBUG,
("schedule for deletetion: Overwriting entry for "
"key with hash 0x%08x.\n", hash));
}