Author: toad
Date: 2008-01-28 13:39:14 +0000 (Mon, 28 Jan 2008)
New Revision: 17352
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:33:26 UTC (rev 17351)
+++ trunk/freenet/src/freenet/io/xfer/PartiallyReceivedBulk.java
2008-01-28 13:39:14 UTC (rev 17352)
@@ -125,8 +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"));
+ if(Logger.shouldLog(Logger.NORMAL, this))
+ Logger.normal(this, "Aborting "+this+": "+errCode+" :
"+why, new Exception("debug"));
BulkTransmitter[] notifyBTs;
BulkReceiver notifyBR;
synchronized(this) {