mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-01-11 19:44:55 +00:00
fix: Fixing error message
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user