mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-17 21:54:58 +00:00
fix: Fixing error message
This commit is contained in:
@@ -311,7 +311,7 @@ namespace ICD.Common.Utils
|
|||||||
{
|
{
|
||||||
ServiceProvider.TryGetService<ILoggerService>()
|
ServiceProvider.TryGetService<ILoggerService>()
|
||||||
.AddEntry(eSeverity.Warning, "{0} - Failed to send console command \"{1}\"",
|
.AddEntry(eSeverity.Warning, "{0} - Failed to send console command \"{1}\"",
|
||||||
typeof(ProcessorUtils).Name, UPTIME_COMMAND);
|
typeof(ProcessorUtils).Name, PROGUPTIME_COMMAND_ROOT);
|
||||||
}
|
}
|
||||||
return uptime;
|
return uptime;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user