Author: toad
Date: 2008-01-28 13:33:26 +0000 (Mon, 28 Jan 2008)
New Revision: 17351
Modified:
trunk/freenet/src/freenet/io/xfer/PartiallyReceivedBulk.java
Log:
logging
Modified: trunk/freenet/src/freenet/io/xfer/PartiallyReceivedBulk.java
===================================================================
--- trunk/freenet/src/freenet/io/xfer/PartiallyReceivedBulk.java
2008-01-28 13:20:40 UTC (rev 17350)
+++ trunk/freenet/src/freenet/io/xfer/PartiallyReceivedBulk.java
2008-01-28 13:33:26 UTC (rev 17351)
@@ -125,6 +125,8 @@
}
public void abort(int errCode, String why) {
+ if(Logger.shouldLog(Logger.MINOR, this))
+ Logger.minor(this, "Aborting "+this+": "+errCode+" :
"+why, new Exception("debug"));
BulkTransmitter[] notifyBTs;
BulkReceiver notifyBR;
synchronized(this) {