Author: toad
Date: 2008-06-19 16:01:22 +0000 (Thu, 19 Jun 2008)
New Revision: 20494

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-06-19 
15:36:50 UTC (rev 20493)
+++ branches/db4o/freenet/src/freenet/client/FECQueue.java      2008-06-19 
16:01:22 UTC (rev 20494)
@@ -154,7 +154,7 @@

                                                                public void 
run(ObjectContainer container, ClientContext context) {
                                                                        
if(Logger.shouldLog(Logger.MINOR, this))
-                                                                               
if(Logger.shouldLog(Logger.MINOR, this))
+                                                                               
Logger.minor(this, "Running callback for "+job);
                                                                        
if(job.isADecodingJob)
                                                                                
job.callback.onDecodedSegment(container, clientContext);
                                                                        else


Reply via email to