Commit 364932ec authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

One more time for VTEST...

parent c20ad298
......@@ -319,7 +319,6 @@ sharddir_pick_be_locked(VRT_CTX, const struct sharddir *shardd, uint32_t key,
validate_alt(ctx, shardd, &alt);
state->idx = shard_lookup(shardd, key);
assert(state->idx >= 0);
SHDBG(SHDBG_LOOKUP, shardd, "lookup key %x idx %d host %u",
key, state->idx, shardd->hashcircle[state->idx].host);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment