mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-08-31 19:28:18 +00:00
fix: Fixing error message
This commit is contained in:
parent
5212cb9a7a
commit
d31b698cea
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue