Author: toad
Date: 2009-04-04 00:21:12 +0000 (Sat, 04 Apr 2009)
New Revision: 26499

Modified:
   trunk/freenet/src/freenet/node/FNPPacketMangler.java
Log:
reinstate logging


Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- trunk/freenet/src/freenet/node/FNPPacketMangler.java        2009-04-04 
00:17:33 UTC (rev 26498)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java        2009-04-04 
00:21:12 UTC (rev 26499)
@@ -579,8 +579,7 @@
                        // Phase 3
                        processJFKMessage3(payload, 4, null, replyTo, false, 
true, setupType, negType);
                } else {
-                       // FIXME fix this if anything to fix
-                       Logger.normal(this, "Invalid phase "+packetType+" for 
anonymous-initiator (we are the responder) from "+replyTo);
+                       Logger.error(this, "Invalid phase "+packetType+" for 
anonymous-initiator (we are the responder) from "+replyTo);
                }
        }
 
@@ -627,8 +626,7 @@
                        // Phase 4
                        processJFKMessage4(payload, 4, pn, replyTo, false, 
true, setupType, negType);
                } else {
-                       // FIXME fix if necessary, make error??
-                       Logger.normal(this, "Invalid phase "+packetType+" for 
anonymous-initiator (we are the initiator) from "+replyTo);
+                       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

Reply via email to