Author: toad
Date: 2009-03-26 15:20:51 +0000 (Thu, 26 Mar 2009)
New Revision: 26202

Modified:
   branches/db4o/freenet/src/freenet/client/async/SingleFileInserter.java
Log:
Logging


Modified: branches/db4o/freenet/src/freenet/client/async/SingleFileInserter.java
===================================================================
--- branches/db4o/freenet/src/freenet/client/async/SingleFileInserter.java      
2009-03-26 13:15:39 UTC (rev 26201)
+++ branches/db4o/freenet/src/freenet/client/async/SingleFileInserter.java      
2009-03-26 15:20:51 UTC (rev 26202)
@@ -836,8 +836,7 @@
                }
 
                public void cancel(ObjectContainer container, ClientContext 
context) {
-                       if(persistent) // FIXME debug-point
-                               if(logMINOR) Logger.minor(this, "Cancelling 
"+this);
+                       if(logMINOR) Logger.minor(this, "Cancelling "+this);
                        ClientPutState oldSFI = null;
                        ClientPutState oldMetadataPutter = null;
                        synchronized(this) {
@@ -1015,6 +1014,7 @@
        }
 
        public void cancel(ObjectContainer container, ClientContext context) {
+               if(logMINOR) Logger.minor(this, "Cancel "+this);
                synchronized(this) {
                        if(cancelled) return;
                        cancelled = true;

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to