Author: toad
Date: 2007-12-05 23:14:15 +0000 (Wed, 05 Dec 2007)
New Revision: 16345
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 2007-12-05
23:09:36 UTC (rev 16344)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java 2007-12-05
23:14:15 UTC (rev 16345)
@@ -731,7 +731,7 @@
* We send IDr' only if unknownInitiator is set.
*/
private void sendJFKMessage1(PeerNode pn, Peer replyTo, boolean
unknownInitiator, int setupType) {
- if(logMINOR) Logger.minor(this, "Sending a JFK(1) message to
"+pn);
+ if(logMINOR) Logger.minor(this, "Sending a JFK(1) message to
"+replyTo+" for "+pn);
final long now = System.currentTimeMillis();
DiffieHellmanLightContext ctx = (DiffieHellmanLightContext)
pn.getKeyAgreementSchemeContext();
if((ctx == null) || ((pn.jfkContextLifetime +
DH_GENERATION_INTERVAL*DH_CONTEXT_BUFFER_SIZE) < now)) {