diff --git a/AutoTx/AutoTx.cs b/AutoTx/AutoTx.cs index 0adb62e95f202164889aa930b2fbc00666dd82a8..f348ef4d560e7cee2d42e86bcf452c7d177994d6 100644 --- a/AutoTx/AutoTx.cs +++ b/AutoTx/AutoTx.cs @@ -173,8 +173,13 @@ namespace AutoTx } _status.CleanShutdown = false; + StartupSummary(); + } - // print a summary of loaded config + status to the log: + /// <summary> + /// Write a summary of loaded config + status to the log. + /// </summary> + private void StartupSummary() { writeLogDebug("------ RoboSharp ------"); var roboDll = System.Reflection.Assembly.GetAssembly(typeof(RoboCommand)).Location; if (roboDll != null) {