summaryrefslogtreecommitdiff
path: root/htroot/Threaddump_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-04-24 13:25:38 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-04-24 13:25:38 +0000
commitd0e2830e0138e9f71166ea87e341e912f295d808 (patch)
tree9ecf2a2cd43a2a44f9ec49144d82b9e9295689ba /htroot/Threaddump_p.html
parente024e3b9cf85d388c4875af38063e0d99427d3e4 (diff)
enhanced the thread dump to make it usable for scripted remote-debugging
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4732 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Threaddump_p.html')
-rw-r--r--htroot/Threaddump_p.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/htroot/Threaddump_p.html b/htroot/Threaddump_p.html
index 67f46a84b..038b2cdaf 100644
--- a/htroot/Threaddump_p.html
+++ b/htroot/Threaddump_p.html
@@ -1,7 +1,8 @@
+#(plain)#
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
- <title>YaCy '#[clientname]#': Thread Dump</title>
+ <title>YaCy Debugging: Thread Dump</title>
#%env/templates/metas.template%#
</head>
<body id="Threaddump">
@@ -16,8 +17,11 @@
<div>
- #(dump)#::<tt>#[content]#</tt>#(/dump)#
+ <tt>#[content]#</tt>
</div>
#%env/templates/footer.template%#
</body>
</html>
+::
+#[content]#
+#(/plain)# \ No newline at end of file