On Jan 2, 2008, at 6:57 AM, Matthew Toseland wrote:

On Tuesday 01 January 2008 15:23, David Sowder wrote:
Do we want to print the null?

Probably a good idea.

It does seem kind of weird perhaps (as msg will always be null), but it makes the logging match that in CHKInsertSender, and when reading it in the log files it makes more sense (than received a... ? peernode?!). The CHK log statement can also have a rejected/overload- timeout or something.

--
Robert Hailey


if (msg == null) {
        // Timeout :(
        // Fairly serious problem
- Logger.error(this, "Timeout (" + next + ") after Accepted in insert"); + Logger.error(this, "Timeout (" + msg + ") after Accepted in insert; to ("+next+")");
_______________________________________________
Devl mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl

Reply via email to