diff options
author | Michael Adam <obnox@samba.org> | 2011-03-11 14:57:15 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-03-14 13:35:52 +0100 |
commit | dd1a98e76b637020bb6d3ed02283b8bac18a8e20 (patch) | |
tree | ae07b591a96519d5ad802b64b45e6c417fa8f1d2 | |
parent | e77ed68c1a6581a5edbf5780d3de553cd50d9f7e (diff) | |
download | samba-dd1a98e76b637020bb6d3ed02283b8bac18a8e20.tar.gz samba-dd1a98e76b637020bb6d3ed02283b8bac18a8e20.tar.xz samba-dd1a98e76b637020bb6d3ed02283b8bac18a8e20.zip |
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)
-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 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)); } |