mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 18:25:10 +00:00
[MOD/WIP] parsee-adminify now works with LMDB only
This commit is contained in:
parent
b4cfd679ee
commit
31305cdb23
2 changed files with 3 additions and 2 deletions
|
|
@ -160,7 +160,8 @@ RouteHead(RouteRoot, arr, argp)
|
|||
const char *cyto_ver = CytoplasmGetVersionStr();
|
||||
size_t alloc = MemoryAllocated();
|
||||
P("<pre><code>");
|
||||
P("Software: %s (v%s/Cyto %s)\n", NAME, VERSION, cyto_ver);
|
||||
P("Software: %s ", NAME);
|
||||
P("(v%s [%s]/Cytoplasm %s)\n", VERSION, CODE, cyto_ver);
|
||||
P("Cytoplasm heap used: %d B\n", alloc);
|
||||
P("</code></pre>");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue