Author: nextgens
Date: 2009-02-04 20:08:44 +0000 (Wed, 04 Feb 2009)
New Revision: 25565
Modified:
trunk/freenet/
trunk/freenet/src/freenet/node/FNPPacketMangler.java
Log:
backport r25540 as requested by toad (Logging - and no, it wasn't me... but I
wouldn't be surprised if someone started doing it reading reading up that it's
possible ;) )
Property changes on: trunk/freenet
___________________________________________________________________
Modified: svn:mergeinfo
- /branches/db4o/freenet:24785,25282,25332,25479,25488
+ /branches/db4o/freenet:24785,25282,25332,25479,25488,25540
Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- trunk/freenet/src/freenet/node/FNPPacketMangler.java 2009-02-04
20:03:29 UTC (rev 25564)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java 2009-02-04
20:08:44 UTC (rev 25565)
@@ -579,7 +579,7 @@
// Phase 3
processJFKMessage3(payload, 4, null, replyTo, false,
true, setupType, negType);
} else {
- Logger.error(this, "Invalid phase "+packetType+" for
anonymous-initiator (we are the responder)");
+ Logger.error(this, "Invalid phase "+packetType+" for
anonymous-initiator (we are the responder) from "+replyTo);
}
}
@@ -626,7 +626,7 @@
// Phase 4
processJFKMessage4(payload, 4, pn, replyTo, false,
true, setupType, negType);
} else {
- Logger.error(this, "Invalid phase "+packetType+" for
anonymous-initiator (we are the responder)");
+ Logger.error(this, "Invalid phase "+packetType+" for
anonymous-initiator (we are the initiator) from "+replyTo);
}
}
_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs