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

Skip to content
Snippets Groups Projects
Commit 647b8f7f authored by zzz's avatar zzz
Browse files

default tweak

parent 798bdf32
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ public class ConfigLoggingHelper extends HelperBase { ...@@ -23,7 +23,7 @@ public class ConfigLoggingHelper extends HelperBase {
} }
public String getMaxFileSize() { public String getMaxFileSize() {
int bytes = _context.logManager().getFileSize(); int bytes = _context.logManager().getFileSize();
if (bytes <= 0) return "1 MB"; if (bytes <= 0) return "1.00 MB";
return DataHelper.formatSize2(bytes) + 'B'; return DataHelper.formatSize2(bytes) + 'B';
} }
public String getLogLevelTable() { public String getLogLevelTable() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment