Fix: hour display format
This commit is contained in:
@@ -39,7 +39,7 @@ public class Log {
|
|||||||
this.printStdOut = print_;
|
this.printStdOut = print_;
|
||||||
this.lastCheckPoint = 0;
|
this.lastCheckPoint = 0;
|
||||||
this.checkpoints.put(this.lastCheckPoint, new ArrayList<String>());
|
this.checkpoints.put(this.lastCheckPoint, new ArrayList<String>());
|
||||||
this.dateFormat = new SimpleDateFormat("dd-MM kk:mm:ss");
|
this.dateFormat = new SimpleDateFormat("dd-MM HH:mm:ss");
|
||||||
}
|
}
|
||||||
|
|
||||||
public void debug(String msg_) {
|
public void debug(String msg_) {
|
||||||
|
|||||||
Reference in New Issue
Block a user