Author: toad
Date: 2009-02-04 14:39:21 +0000 (Wed, 04 Feb 2009)
New Revision: 25540
Modified:
branches/db4o/freenet/src/freenet/node/FNPPacketMangler.java
Log:
Logging. REQUEST BACKPORT.
Modified: branches/db4o/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/FNPPacketMangler.java
2009-02-04 13:41:17 UTC (rev 25539)
+++ branches/db4o/freenet/src/freenet/node/FNPPacketMangler.java
2009-02-04 14:39:21 UTC (rev 25540)
@@ -572,7 +572,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);
}
}
@@ -619,7 +619,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