diff options
-rw-r--r-- | ctdb/server/ctdb_vacuum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_vacuum.c b/ctdb/server/ctdb_vacuum.c index 6a7687d89a..94d3416bf3 100644 --- a/ctdb/server/ctdb_vacuum.c +++ b/ctdb/server/ctdb_vacuum.c @@ -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; } |