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

nextgens at freenetproject.org nextgens at freenetproject.org
Fri Oct 26 18:00:52 UTC 2007


Author: nextgens
Date: 2007-10-26 18:00:52 +0000 (Fri, 26 Oct 2007)
New Revision: 15590

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-26 17:13:30 UTC (rev 15589)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java	2007-10-26 18:00:52 UTC (rev 15590)
@@ -800,7 +800,7 @@
 		
 		DiffieHellmanLightContext ctx = findContextByExponential(_ourExponential);
 		if(ctx == null) {
-			Logger.error(this, "WTF? the HMAC verified but we don't know about that exponential! SHOULDN'T HAPPEN!");
+			Logger.normal(this, "WTF? the HMAC verified but we don't know about that exponential! (shouldn't happen often)");
 			return;
 		}
 		BigInteger computedExponential = ctx.getHMACKey(_hisExponential, Global.DHgroupA);




More information about the cvs mailing list