Author: toad
Date: 2006-10-31 18:30:32 +0000 (Tue, 31 Oct 2006)
New Revision: 10761
Modified:
trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
Log:
will be available
Modified: trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java
===================================================================
--- trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2006-10-31
18:29:22 UTC (rev 10760)
+++ trunk/freenet/src/freenet/clients/http/WelcomeToadlet.java 2006-10-31
18:30:32 UTC (rev 10761)
@@ -324,7 +324,7 @@
HTMLNode contentNode =
ctx.getPageMaker().getContentNode(pageNode);
if(node.isUsingWrapper()){
HTMLNode infobox =
contentNode.addChild(ctx.getPageMaker().getInfobox("Thread Dump generation"));
-
ctx.getPageMaker().getContentNode(infobox).addChild("#", "A thread dump has
been generated, it's available in "+
WrapperManager.getProperties().getProperty("wrapper.logfile"));
+
ctx.getPageMaker().getContentNode(infobox).addChild("#", "A thread dump is
being generated, it will be available in "+
WrapperManager.getProperties().getProperty("wrapper.logfile"));
System.out.println("Thread Dump:");
WrapperManager.requestThreadDump();
}else{