fix: Fixing error message

This commit is contained in:
Chris Cameron
2020-06-30 17:08:36 -04:00
parent 5212cb9a7a
commit d31b698cea

View File

@@ -311,7 +311,7 @@ namespace ICD.Common.Utils
{
ServiceProvider.TryGetService<ILoggerService>()
.AddEntry(eSeverity.Warning, "{0} - Failed to send console command \"{1}\"",
typeof(ProcessorUtils).Name, UPTIME_COMMAND);
typeof(ProcessorUtils).Name, PROGUPTIME_COMMAND_ROOT);
}
return uptime;
}