gcc 2019 q3 fails integration testing #886
unified detailed date format
This commit is contained in:
parent
b4eb516fd7
commit
002ebef3e7
|
@ -92,7 +92,7 @@ public enum FileLog {
|
|||
}
|
||||
|
||||
public synchronized void logLine(String fullLine) {
|
||||
String withDate = new Date() + END_OF_TIMESTAND_TAG + fullLine;
|
||||
String withDate = getDate() + END_OF_TIMESTAND_TAG + fullLine;
|
||||
System.out.println(withDate);
|
||||
if (suspendLogging)
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue