[freenet-cvs] r15460 - trunk/freenet/src/freenet/node

toad at freenetproject.org toad at freenetproject.org
Sat Oct 20 20:09:28 UTC 2007


Author: toad
Date: 2007-10-20 20:09:27 +0000 (Sat, 20 Oct 2007)
New Revision: 15460

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-10-20 19:45:39 UTC (rev 15459)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java	2007-10-20 20:09:27 UTC (rev 15460)
@@ -661,11 +661,11 @@
 		}
 		// We don't except such a message;
 		if(myNi == null) {
-			Logger.normal(this, "We received an unexpected JFK(3) message from "+pn);
+			Logger.normal(this, "We received an unexpected JFK(2) message from "+pn);
 			return;
 		} else if(!Arrays.equals(myNi, nonceInitiator)){
 			if(logMINOR)
-				Logger.minor(this, "Ignoring old JFK(3) (different nonce to the one we sent - either a timing artefact or an attempt to change the nonce)");
+				Logger.minor(this, "Ignoring old JFK(2) (different nonce to the one we sent - either a timing artefact or an attempt to change the nonce)");
 			return;
 		}
 		




More information about the cvs mailing list