Author: toad
Date: 2008-01-25 14:36:02 +0000 (Fri, 25 Jan 2008)
New Revision: 17270

Modified:
   trunk/freenet/src/freenet/node/CHKInsertSender.java
Log:
logging

Modified: trunk/freenet/src/freenet/node/CHKInsertSender.java
===================================================================
--- trunk/freenet/src/freenet/node/CHKInsertSender.java 2008-01-25 14:14:36 UTC 
(rev 17269)
+++ trunk/freenet/src/freenet/node/CHKInsertSender.java 2008-01-25 14:36:02 UTC 
(rev 17270)
@@ -142,7 +142,7 @@
                        /* FIXME: Cascading timeout...
                           if this times out, we don't have any time to report 
to the node of origin the timeout notification (anyTimedOut?).
                         */
-                       Logger.error(this, "Timed out waiting for a final ack 
from: "+pn);
+                       Logger.error(this, "Timed out waiting for a final ack 
from: "+pn+" on "+this);
                        receivedNotice(false);
                }
        }


Reply via email to