Author: toad
Date: 2008-03-06 22:31:17 +0000 (Thu, 06 Mar 2008)
New Revision: 18403
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-03-06
20:27:58 UTC (rev 18402)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java 2008-03-06
22:31:17 UTC (rev 18403)
@@ -2327,6 +2327,8 @@
1 + // no forgotten packets
length; // the payload !
+ if(logMINOR) Logger.minor(this, "Pre-padding length:
"+packetLength);
+
// Padding
// This will do an adequate job of disguising the contents, and
a poor (but not totally
// worthless) job of disguising the traffic. FIXME!!!!!