Author: toad
Date: 2009-02-14 16:02:49 +0000 (Sat, 14 Feb 2009)
New Revision: 25648

Modified:
   branches/db4o/freenet/src/freenet/node/FNPPacketMangler.java
Log:
Logging, will need to reinstate this post-merge


Modified: branches/db4o/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- branches/db4o/freenet/src/freenet/node/FNPPacketMangler.java        
2009-02-14 16:02:24 UTC (rev 25647)
+++ branches/db4o/freenet/src/freenet/node/FNPPacketMangler.java        
2009-02-14 16:02:49 UTC (rev 25648)
@@ -572,7 +572,8 @@
                        // 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) from "+replyTo);
+                       // FIXME reinstate as ERROR, investigate whether there 
is a real problem.
+                       Logger.normal(this, "Invalid phase "+packetType+" for 
anonymous-initiator (we are the responder) from "+replyTo);
                }
        }
 
@@ -619,7 +620,8 @@
                        // Phase 4
                        processJFKMessage4(payload, 4, pn, replyTo, false, 
true, setupType, negType);
                } else {
-                       Logger.error(this, "Invalid phase "+packetType+" for 
anonymous-initiator (we are the initiator) from "+replyTo);
+                       // FIXME reinstate as ERROR, investigate whether there 
is a real problem.
+                       Logger.normal(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