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

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

fixup after prop

parent 69bbb884
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,11 @@ public class LogsHelper extends HelperBase { ...@@ -15,6 +15,11 @@ public class LogsHelper extends HelperBase {
return Server.getVersion(); return Server.getVersion();
} }
/** @since 0.8.13 */
static String jettyVersion() {
return Server.getVersion();
}
public String getLogs() { public String getLogs() {
String str = formatMessages(_context.logManager().getBuffer().getMostRecentMessages()); String str = formatMessages(_context.logManager().getBuffer().getMostRecentMessages());
return _("File location") + ": <b><code>" + _context.logManager().currentFile() + "</code></b><br><br>" + str; return _("File location") + ": <b><code>" + _context.logManager().currentFile() + "</code></b><br><br>" + str;
......
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