vacuum: lower level of hash collision debug message to INFO
authorMichael Adam <obnox@samba.org>
Thu, 23 Dec 2010 10:54:09 +0000 (11:54 +0100)
committerMichael Adam <obnox@samba.org>
Mon, 14 Mar 2011 12:35:49 +0000 (13:35 +0100)
(This used to be ctdb commit b9bdef46fedfbc543263b67cfee3e896773cd8e8)

ctdb/server/ctdb_vacuum.c

index 6a7687d89a6fbf2ef7dc6a27b4ddeaec02fbdcdd..94d3416bf3b763cda0e113f794278113b0cf973b 100644 (file)
@@ -150,7 +150,7 @@ static int add_record_to_delete_tree(struct vacuum_data *vdata, TDB_DATA key,
        hash = ctdb_hash(&key);
 
        if (trbt_lookup32(vdata->delete_tree, hash)) {
-               DEBUG(DEBUG_DEBUG, (__location__ " Hash collission when vacuuming, skipping this record.\n"));
+               DEBUG(DEBUG_INFO, (__location__ " Hash collission when vacuuming, skipping this record.\n"));
                return 0;
        }