Author: ljn1981
Date: 2006-06-11 10:21:52 +0000 (Sun, 11 Jun 2006)
New Revision: 9147
Modified:
trunk/freenet/src/freenet/node/LocationManager.java
Log:
Changed log level to minor instead of normal for net size estimation for the
whole session.
Now that it is shown on the web interface most people won't have any use for it
being logged.
Modified: trunk/freenet/src/freenet/node/LocationManager.java
===================================================================
--- trunk/freenet/src/freenet/node/LocationManager.java 2006-06-11 05:51:22 UTC
(rev 9146)
+++ trunk/freenet/src/freenet/node/LocationManager.java 2006-06-11 10:21:52 UTC
(rev 9147)
@@ -976,7 +976,7 @@
}
//Add the location to the map with the current
timestamp as value
knownLocs.put(dd,timestamp);
- Logger.normal(this, "Estimated net size(session):
"+knownLocs.size());
+ Logger.minor(this, "Estimated net size(session):
"+knownLocs.size());
}
}