diff --git a/src/com/sheepit/client/Log.java b/src/com/sheepit/client/Log.java index 37d2945..cad35c4 100644 --- a/src/com/sheepit/client/Log.java +++ b/src/com/sheepit/client/Log.java @@ -39,7 +39,7 @@ public class Log { this.printStdOut = print_; this.lastCheckPoint = 0; this.checkpoints.put(this.lastCheckPoint, new ArrayList()); - this.dateFormat = new SimpleDateFormat("dd-MM kk:mm:ss"); + this.dateFormat = new SimpleDateFormat("dd-MM HH:mm:ss"); } public void debug(String msg_) {