summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-03-11 14:57:15 +0100
committerMichael Adam <obnox@samba.org>2011-03-14 13:35:52 +0100
commitdd1a98e76b637020bb6d3ed02283b8bac18a8e20 (patch)
treeae07b591a96519d5ad802b64b45e6c417fa8f1d2
parente77ed68c1a6581a5edbf5780d3de553cd50d9f7e (diff)
downloadsamba-dd1a98e76b637020bb6d3ed02283b8bac18a8e20.tar.gz
samba-dd1a98e76b637020bb6d3ed02283b8bac18a8e20.tar.xz
samba-dd1a98e76b637020bb6d3ed02283b8bac18a8e20.zip
vacuum: raise a debug level from INFO to DEBUG
when overwriting an existing entry in the delete_queue. (This used to be ctdb commit f28e636cc4a04ef982672d5f569ad6b6b963db1f)
-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));
}