* AppManager:Add HTML debug output

This commit is contained in:
zzz
2013-04-21 15:41:34 +00:00
parent a44e75201f
commit 60d0b2976b
2 changed files with 58 additions and 0 deletions

View File

@ -26,6 +26,11 @@
*/
ctx.updateManager().renderStatusHTML(out);
/*
* Print out the status for the AppManager
*/
ctx.clientAppManager().renderStatusHTML(out);
/*
* Print out the status for all the SessionKeyManagers
*/