Logging on each cycle

This commit is contained in:
2024-04-13 07:26:39 -04:00
parent 61a418fd8e
commit 13ba31285e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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();