I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit a1ed4cf3 authored by zzz's avatar zzz
Browse files

debug tweak

parent 624c3826
No related branches found
No related tags found
No related merge requests found
...@@ -76,7 +76,7 @@ ...@@ -76,7 +76,7 @@
net.i2p.crypto.SessionKeyManager skm = ctx.clientManager().getClientSessionKeyManager(h); net.i2p.crypto.SessionKeyManager skm = ctx.clientManager().getClientSessionKeyManager(h);
if (skm != null) { if (skm != null) {
out.print("<div class=\"debug_section\">"); out.print("<div class=\"debug_section\">");
out.print("<h2>" + dest.toBase32() + " Session Key Manager</h2>"); out.print("<h2><font size=\"-2\">" + dest.toBase32() + "</font> Session Key Manager</h2>");
skm.renderStatusHTML(out); skm.renderStatusHTML(out);
out.print("</div>"); out.print("</div>");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment