default tweak

This commit is contained in:
zzz
2010-10-11 15:18:17 +00:00
parent 798bdf32c1
commit 647b8f7fa1

View File

@@ -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() {