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+")");
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<https://emu.freenetproject.org/pipermail/devl/attachments/20080102/2a299ce7/attachment.html>

Reply via email to