From b701802326fa35a0795bbc806bf575e053d25f5e Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Thu, 12 Dec 2019 10:33:45 -0700 Subject: [PATCH] Adds console statement to clarify when DoNotStartOnNextBoot is set from console command --- Pepperdash Core/Pepperdash Core/Logging/Debug.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Pepperdash Core/Pepperdash Core/Logging/Debug.cs b/Pepperdash Core/Pepperdash Core/Logging/Debug.cs index 5e83679..14c6b37 100644 --- a/Pepperdash Core/Pepperdash Core/Logging/Debug.cs +++ b/Pepperdash Core/Pepperdash Core/Logging/Debug.cs @@ -91,6 +91,8 @@ namespace PepperDash.Core Level = context.Level; DoNotLoadOnNextBoot = context.DoNotLoadOnNextBoot; + CrestronConsole.PrintLine(string.Format("Program {0} will not load config after next boot. Use console command go:{0} to load the config manually", InitialParametersClass.ApplicationNumber)); + try { if (InitialParametersClass.NumberOfRemovableDrives > 0)