Log station run complete

This commit is contained in:
Nathan McRae 2025-04-15 22:41:29 -07:00
parent a7148e247c
commit 897dcac243

View File

@ -296,6 +296,8 @@ public class Main extends Application {
throw new StationRunException(message);
}
logger.info("Completed station run");
System.exit(0);
}
}