Author: toad
Date: 2007-05-02 21:02:17 +0000 (Wed, 02 May 2007)
New Revision: 13112

Modified:
   trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
Log:
logging

Modified: trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java
===================================================================
--- trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java      
2007-05-02 19:24:06 UTC (rev 13111)
+++ trunk/freenet/src/freenet/client/async/SplitFileFetcherSubSegment.java      
2007-05-02 21:02:17 UTC (rev 13112)
@@ -219,7 +219,7 @@
                        // Can be removed, if the one key is processed.
                        // Once it has been processed, we may need to be 
reinstated.
                        if(Logger.shouldLog(Logger.MINOR, this))
-                               Logger.minor(this, "Removing "+this+" in 
canRemove()");
+                               Logger.minor(this, "Can remove "+this+" in 
canRemove()");
                        return true;
                } else return false;
        }


Reply via email to