Author: toad
Date: 2007-04-14 15:47:02 +0000 (Sat, 14 Apr 2007)
New Revision: 12692
Modified:
trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
Log:
Punctuation
Modified: trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
2007-04-14 15:46:07 UTC (rev 12691)
+++ trunk/freenet/src/freenet/clients/http/DarknetConnectionsToadlet.java
2007-04-14 15:47:02 UTC (rev 12692)
@@ -712,7 +712,7 @@
try {
fs = new SimpleFieldSet(ref.toString(), false,
true);
if(!fs.getEndMarker().endsWith("End")) {
- sendErrorPage(ctx, 200, "Failed to Add
Node", "Unable to parse the node reference: It should end with End on a line by
itself, but it ends with "+fs.getEndMarker());
+ sendErrorPage(ctx, 200, "Failed to Add
Node", "Unable to parse the node reference: It should end with End on a line by
itself, but it ends with:\n"+fs.getEndMarker());
}
fs.setEndMarker("End"); // It's always End ;
the regex above doesn't always grok this
} catch (IOException e) {