This commit is contained in:
jrandom
2004-10-04 01:00:38 +00:00
committed by zzz
parent c9daad1cfd
commit 5ca2b97128

View File

@ -77,7 +77,7 @@ public class BufferedStatLog implements StatLog {
}
private class StatLogWriter implements Runnable {
private SimpleDateFormat _fmt = new SimpleDateFormat("yyyyMMdd hh:mm:ss.SSS");
private SimpleDateFormat _fmt = new SimpleDateFormat("yyyyMMdd HH:mm:ss.SSS");
public void run() {
List cur = new ArrayList(1000);
while (true) {