From d31b698cea35269796bff0507c37920b209253ad Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Tue, 30 Jun 2020 17:08:36 -0400 Subject: [PATCH] fix: Fixing error message --- ICD.Common.Utils/ProcessorUtils.SimplSharp.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ICD.Common.Utils/ProcessorUtils.SimplSharp.cs b/ICD.Common.Utils/ProcessorUtils.SimplSharp.cs index 73391f0..91abaf7 100644 --- a/ICD.Common.Utils/ProcessorUtils.SimplSharp.cs +++ b/ICD.Common.Utils/ProcessorUtils.SimplSharp.cs @@ -311,7 +311,7 @@ namespace ICD.Common.Utils { ServiceProvider.TryGetService() .AddEntry(eSeverity.Warning, "{0} - Failed to send console command \"{1}\"", - typeof(ProcessorUtils).Name, UPTIME_COMMAND); + typeof(ProcessorUtils).Name, PROGUPTIME_COMMAND_ROOT); } return uptime; }