Author: toad
Date: 2009-04-04 00:12:16 +0000 (Sat, 04 Apr 2009)
New Revision: 26495

Modified:
   trunk/freenet/src/freenet/keys/FreenetURI.java
Log:
Logging, etc.


Modified: trunk/freenet/src/freenet/keys/FreenetURI.java
===================================================================
--- trunk/freenet/src/freenet/keys/FreenetURI.java      2009-04-04 00:02:04 UTC 
(rev 26494)
+++ trunk/freenet/src/freenet/keys/FreenetURI.java      2009-04-04 00:12:16 UTC 
(rev 26495)
@@ -227,7 +227,6 @@
                this.extra = extra2;
                this.suggestedEdition = -1;
                Logger.minor(this, "Created from components: "+toString(), new 
Exception("debug"));
-               toString();
        }
 
        public FreenetURI(
@@ -900,7 +899,7 @@
        }
        
        public void objectOnDelete(ObjectContainer container) {
-               if(Logger.shouldLog(Logger.DEBUG, this)) Logger.minor(this, 
"Deleting URI", new Exception("debug"));
+               if(Logger.shouldLog(Logger.DEBUG, this)) Logger.debug(this, 
"Deleting URI", new Exception("debug"));
        }
        
        public boolean isUSK() {

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

Reply via email to