Author: toad
Date: 2008-11-26 16:04:12 +0000 (Wed, 26 Nov 2008)
New Revision: 23889

Modified:
   trunk/freenet/src/freenet/support/io/TempBucketFactory.java
Log:
Logging


Modified: trunk/freenet/src/freenet/support/io/TempBucketFactory.java
===================================================================
--- trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-11-26 
16:04:01 UTC (rev 23888)
+++ trunk/freenet/src/freenet/support/io/TempBucketFactory.java 2008-11-26 
16:04:12 UTC (rev 23889)
@@ -85,7 +85,7 @@
                        this.creationTime = now;
                        this.osIndex = 0;
                        this.tbis = new Vector<TempBucketInputStream>();
-                       if(logMINOR) Logger.minor(this, "Created "+this);
+                       if(logMINOR) Logger.minor(this, "Created "+this, new 
Exception("debug"));
                }
                
                private synchronized void closeInputStreams(boolean forFree) {

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

Reply via email to