lower the log level of a debug message (cherry picked from commit 496dc2e80b714811c6e...
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sun, 25 Oct 2009 22:35:18 +0000 (09:35 +1100)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Mon, 11 Jan 2010 22:47:06 +0000 (09:47 +1100)
Signed-off-by: Christian Ambach <christian.ambach@de.ibm.com>
server/ctdb_vacuum.c

index 3676402fdc1a195decc2757d8ccf4cc51fc8d7ce..cee7356c96b07d2200877a5d02461d6bbac7a1d7 100644 (file)
@@ -131,7 +131,7 @@ static int vacuum_traverse(struct tdb_context *tdb, TDB_DATA key, TDB_DATA data,
 
                hash = ctdb_hash(&key);
                if (trbt_lookup32(vdata->delete_tree, hash)) {
-                       DEBUG(DEBUG_INFO, (__location__ " Hash collission when vacuuming, skipping this record.\n"));
+                       DEBUG(DEBUG_DEBUG, (__location__ " Hash collission when vacuuming, skipping this record.\n"));
                } 
                else {
                        struct delete_record_data *dd;