mirror of
https://github.com/Icinga/icinga2.git
synced 2026-05-28 04:12:13 -04:00
parent
06c2a4088d
commit
b3e727e1e7
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ void RedisWriter::ConnectionThreadProc(void)
|
|||
String path = GetPath();
|
||||
String host = GetHost();
|
||||
|
||||
Log(LogInformation, "RedisWriter", "Trying to connecto redis server");
|
||||
Log(LogInformation, "RedisWriter", "Trying to connect to redis server");
|
||||
|
||||
if (path.IsEmpty())
|
||||
m_Context = redisConnect(host.CStr(), GetPort());
|
||||
|
|
|
|||
Loading…
Reference in a new issue