ltdb_server: improve logging in ctdb_ltdb_store_server
authorMichael Adam <obnox@samba.org>
Thu, 12 Jan 2012 11:46:06 +0000 (12:46 +0100)
committerMichael Adam <obnox@samba.org>
Thu, 12 Jan 2012 11:46:06 +0000 (12:46 +0100)
commit09c76d906a8e79ff74578d617432dd76c504f700
tree3751513b50a2c32286ac725b2f8398070943aec1
parentef41e0d2173a208a6536238f9829fb99b1394a44
ltdb_server: improve logging in ctdb_ltdb_store_server

When logging which key to store/delete, list the ctdb_hash
and the jenkins_hash. In this version, the databases still
use the the old hash (with lots of hash collisions) while
the internal lists (vacuuming, schedule_for_deletion, ...)
already use the jenkins hash.
server/ctdb_ltdb_server.c