[freenet-cvs] r13570 - trunk/freenet/src/freenet/node

nextgens at freenetproject.org nextgens at freenetproject.org
Wed Jun 13 18:03:26 UTC 2007


Author: nextgens
Date: 2007-06-13 18:03:26 +0000 (Wed, 13 Jun 2007)
New Revision: 13570

Modified:
   trunk/freenet/src/freenet/node/FNPPacketMangler.java
Log:
improve a log message

Modified: trunk/freenet/src/freenet/node/FNPPacketMangler.java
===================================================================
--- trunk/freenet/src/freenet/node/FNPPacketMangler.java	2007-06-13 17:57:10 UTC (rev 13569)
+++ trunk/freenet/src/freenet/node/FNPPacketMangler.java	2007-06-13 18:03:26 UTC (rev 13570)
@@ -1471,7 +1471,7 @@
     		if(pn.isRoutingCompatible())
     			Logger.error(this, "Could not negotiate with "+pn+" : no common negTypes available!: his negTypes: "+StringArray.toString(pn.negTypes)+" my negTypes: "+StringArray.toString(supportedNegTypes())+" despite being up to date!!");
     		else
-    			Logger.normal(this, "Could not negotiate with "+pn+" : no common negTypes available!: his negTypes: "+pn.negTypes+" my negTypes: "+supportedNegTypes()+" (probably just too old)");
+    			Logger.normal(this, "Could not negotiate with "+pn+" : no common negTypes available!: his negTypes: "+StringArray.toString(pn.negTypes)+" my negTypes: "+StringArray.toString(supportedNegTypes())+" (probably just too old)");
     		return;
     	}
     	if(logMINOR) Logger.minor(this, "Possibly sending handshake to "+pn+" negotiation type "+negType);




More information about the cvs mailing list