Author: toad
Date: 2008-11-06 17:44:10 +0000 (Thu, 06 Nov 2008)
New Revision: 23354
Modified:
branches/db4o/freenet/src/freenet/client/FECQueue.java
Log:
Logging
Modified: branches/db4o/freenet/src/freenet/client/FECQueue.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/FECQueue.java 2008-11-06
16:11:47 UTC (rev 23353)
+++ branches/db4o/freenet/src/freenet/client/FECQueue.java 2008-11-06
17:44:10 UTC (rev 23354)
@@ -206,6 +206,7 @@
// It
MUST already be activated, because it is carrying the status blocks.
// The
status blocks have been set on the FEC thread but *not stored* because
// they
can't be stored on the FEC thread.
+
Logger.minor(this, "Activating "+job.callback+" is
active="+container.ext().isActive(job.callback));
container.activate(job.callback, 1);
if(Logger.shouldLog(Logger.MINOR, this))
Logger.minor(this, "Running callback for "+job);