From dd1a98e76b637020bb6d3ed02283b8bac18a8e20 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 11 Mar 2011 14:57:15 +0100 Subject: 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) --- ctdb/server/ctdb_vacuum.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- cgit