fixup after prop

This commit is contained in:
zzz
2012-01-08 15:01:35 +00:00
parent 69bbb88407
commit 7feaadbd7d

View File

@ -15,6 +15,11 @@ public class LogsHelper extends HelperBase {
return Server.getVersion();
}
/** @since 0.8.13 */
static String jettyVersion() {
return Server.getVersion();
}
public String getLogs() {
String str = formatMessages(_context.logManager().getBuffer().getMostRecentMessages());
return _("File location") + ": <b><code>" + _context.logManager().currentFile() + "</code></b><br><br>" + str;