[chord] Dhash modifying

Emil Sit sit at MIT.EDU
Tue Mar 18 11:49:56 EDT 2008


On Mon, 17 March 2008 at 22:16 (-0400), Tung Thanh Nguyen wrote:
> info << "In insert_lookup_cb: \n";
> info << "successor.size " << succs.size() << "\n";

That looks fine.  Not sure why it might not affect your output.
You do need to make sure that you haven't changed away from
the default log level (which you probably haven't).

You can also replace info with warn (e.g.,
    warn << "successor.size " << succs.size () << "\n";)
and see if that works for you.

Or run gdb.

-- 
Emil Sit / MIT CSAIL PDOS / http://pdos.csail.mit.edu/chord/  



More information about the chord mailing list