Author: nextgens
Date: 2008-07-19 19:21:32 +0000 (Sat, 19 Jul 2008)
New Revision: 21268

Modified:
   trunk/freenet/src/freenet/node/FNPPacketMangler.java
Log:
logging

Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- trunk/freenet/src/freenet/node/FNPPacketMangler.java        2008-07-19 
19:20:23 UTC (rev 21267)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java        2008-07-19 
19:21:32 UTC (rev 21268)
@@ -2827,7 +2827,7 @@
                        authenticatorCache.clear();
                }
                if(logMINOR)
-                       Logger.minor(this, "Reset the JFK transitent key 
because "+(isCacheTooBig ? ("the cache's capacity is exeeded 
("+authenticatorCache.size()+')') : "it's time to rekey"));
+                       Logger.minor(this, "Reset the JFK transitent key 
because "+(isCacheTooBig ? ("the cache's capacity is exeeded 
("+authenticatorCache.size()+')') : "it's time to rekey") + this);
                node.getTicker().queueTimedJob(transientKeyRekeyer, 
"JFKmaybeResetTransitentKey "+now, TRANSIENT_KEY_REKEYING_MIN_INTERVAL, false);
                Logger.normal(this, "JFK's TransientKey has been changed and 
the message cache flushed.");
                return true;


Reply via email to