Author: saces
Date: 2009-04-17 10:30:35 +0000 (Fri, 17 Apr 2009)
New Revision: 26924

Modified:
   trunk/freenet/src/freenet/client/async/DefaultManifestPutter.java
Log:
fix log text (missing parenthesis)

Modified: trunk/freenet/src/freenet/client/async/DefaultManifestPutter.java
===================================================================
--- trunk/freenet/src/freenet/client/async/DefaultManifestPutter.java   
2009-04-17 09:46:59 UTC (rev 26923)
+++ trunk/freenet/src/freenet/client/async/DefaultManifestPutter.java   
2009-04-17 10:30:35 UTC (rev 26924)
@@ -126,14 +126,14 @@
                // have a look at all
                if (wholeSize.getSizeTotalNoLimit() <= maxSize) {
                        // that was easy. the whole tree fits into current 
container (without externals!)
-                       System.out.println("PackStat2: the whole tree 
(unlimited) fits into container (no externals");
+                       System.out.println("PackStat2: the whole tree 
(unlimited) fits into container (no externals)");
                        makeEveryThingUnlimitedPutHandlers(containerBuilder, 
manifestElements, prefix);
                        return wholeSize.getSizeTotalNoLimit();
                }
 
                if (wholeSize.getSizeTotal() <= maxSize) {
                        // that was easy. the whole tree fits into current 
container (with externals)
-                       System.out.println("PackStat2: the whole tree fits into 
container (with externals");
+                       System.out.println("PackStat2: the whole tree fits into 
container (with externals)");
                        makeEveryThingPutHandlers(containerBuilder, 
manifestElements, prefix);
                        return wholeSize.getSizeTotal();
                }

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

Reply via email to