Logging on each cycle
This commit is contained in:
@@ -78,6 +78,7 @@ public enum ForgeManager implements Runnable {
|
||||
|
||||
workOrder.completionTime = System.currentTimeMillis() + workOrder.rollingDuration;
|
||||
workOrders.add(workOrder);
|
||||
Logger.info(workOrder.toString());
|
||||
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
|
||||
Reference in New Issue
Block a user