mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-06-08 13:01:45 +00:00
default tweak
This commit is contained in:
@@ -23,7 +23,7 @@ public class ConfigLoggingHelper extends HelperBase {
|
||||
}
|
||||
public String getMaxFileSize() {
|
||||
int bytes = _context.logManager().getFileSize();
|
||||
if (bytes <= 0) return "1 MB";
|
||||
if (bytes <= 0) return "1.00 MB";
|
||||
return DataHelper.formatSize2(bytes) + 'B';
|
||||
}
|
||||
public String getLogLevelTable() {
|
||||
|
||||
Reference in New Issue
Block a user