vacuum: raise a debug level from INFO to DEBUG
authorMichael Adam <obnox@samba.org>
Fri, 11 Mar 2011 13:57:15 +0000 (14:57 +0100)
committerMichael Adam <obnox@samba.org>
Fri, 11 Mar 2011 13:59:55 +0000 (14:59 +0100)
when overwriting an existing entry in the delete_queue.

server/ctdb_vacuum.c

index 822c9056b083d588f7c89647e3e560335444c052..e0dd0ddea2fabde643e90ca9cef005f5aaa6c4dc 100644 (file)
@@ -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));
                }