Bugfix in Datum
This commit is contained in:
parent
d79341cb5a
commit
19c219ac41
@ -52,7 +52,7 @@ namespace BlubbFish.Utils {
|
||||
this.file.Flush();
|
||||
}
|
||||
public void setLine(string text, DateTime d) {
|
||||
this.setLine(d.ToString("[yyyy-MM-dd HH:mm:ss.ffff] " + text));
|
||||
this.setLine(d.ToString("[yyyy-MM-dd HH:mm:ss.ffff] ") + text);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user