Author: toad
Date: 2008-03-21 18:41:50 +0000 (Fri, 21 Mar 2008)
New Revision: 18684
Modified:
trunk/freenet/src/freenet/node/OpennetManager.java
Log:
Logging
Modified: trunk/freenet/src/freenet/node/OpennetManager.java
===================================================================
--- trunk/freenet/src/freenet/node/OpennetManager.java 2008-03-21 18:27:27 UTC
(rev 18683)
+++ trunk/freenet/src/freenet/node/OpennetManager.java 2008-03-21 18:41:50 UTC
(rev 18684)
@@ -615,7 +615,7 @@
if(logMINOR)
Logger.minor(this, "Receiving noderef (reply="+isReply+") as
bulk transfer for request uid "+uid+" with transfer "+xferUID+" from "+source);
if(!br.receive()) {
- String msg = "Failed to receive noderef bulk transfer for
"+this+" : "+RetrievalException.getErrString(prb.getAbortReason())+" :
"+prb.getAbortDescription();
+ String msg = "Failed to receive noderef bulk transfer for
"+this+" : "+RetrievalException.getErrString(prb.getAbortReason())+" :
"+prb.getAbortDescription()+" from "+source;
if(prb.getAbortReason() !=
RetrievalException.SENDER_DISCONNECTED)
Logger.error(this, msg);
else