mirror of
https://github.com/Icinga/icinga2.git
synced 2025-05-03 22:20:18 +02:00
parent
06c2a4088d
commit
b3e727e1e7
@ -45,7 +45,7 @@ void RedisWriter::ConnectionThreadProc(void)
|
|||||||
String path = GetPath();
|
String path = GetPath();
|
||||||
String host = GetHost();
|
String host = GetHost();
|
||||||
|
|
||||||
Log(LogInformation, "RedisWriter", "Trying to connecto redis server");
|
Log(LogInformation, "RedisWriter", "Trying to connect to redis server");
|
||||||
|
|
||||||
if (path.IsEmpty())
|
if (path.IsEmpty())
|
||||||
m_Context = redisConnect(host.CStr(), GetPort());
|
m_Context = redisConnect(host.CStr(), GetPort());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user