busy waiting ftw
This commit is contained in:
@@ -332,18 +332,23 @@ public class FixIcsTimestamps {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
|
||||
log.info("Counter: " + counter);
|
||||
log.info("DTVAL: " + dtval);
|
||||
log.info("UTC: " + utcEntry);
|
||||
log.info("TZ: " + tzEntry);
|
||||
log.info("DTVAL + UTC + TZ = " + (dtval + utcEntry + tzEntry));
|
||||
log.info("Colored: " + colored);
|
||||
|
||||
|
||||
try {
|
||||
Thread.sleep(500);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
|
||||
for (String line : outLines) {
|
||||
System.out.println(line);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
public static void main(String[] args) {
|
||||
|
||||
Reference in New Issue
Block a user