Author: toad
Date: 2007-08-17 17:41:56 +0000 (Fri, 17 Aug 2007)
New Revision: 14756

Modified:
   trunk/freenet/src/freenet/node/NodeStats.java
Log:
Update logMINOR so it will be picked up on the fly

Modified: trunk/freenet/src/freenet/node/NodeStats.java
===================================================================
--- trunk/freenet/src/freenet/node/NodeStats.java       2007-08-17 15:59:26 UTC 
(rev 14755)
+++ trunk/freenet/src/freenet/node/NodeStats.java       2007-08-17 17:41:56 UTC 
(rev 14756)
@@ -351,6 +351,7 @@

        /* return reject reason as string if should reject, otherwise return 
null */
        public String shouldRejectRequest(boolean canAcceptAnyway, boolean 
isInsert, boolean isSSK) {
+               logMINOR = Logger.shouldLog(Logger.MINOR, this);
                if(logMINOR) dumpByteCostAverages();

                int threadCount = getActiveThreadCount();


Reply via email to