mirror of https://github.com/Icinga/icinga2.git
parent
d717e6292d
commit
3972aa20c4
|
@ -231,7 +231,7 @@ void ApiListener::AddConnection(const Endpoint::Ptr& endpoint)
|
|||
String host = endpoint->GetHost();
|
||||
String port = endpoint->GetPort();
|
||||
|
||||
Log(LogWarning, "ApiClient", "Reconnecting to API endpoint '" + endpoint->GetName() + "' via host '" + host + "' and port " + port);
|
||||
Log(LogInformation, "ApiClient", "Reconnecting to API endpoint '" + endpoint->GetName() + "' via host '" + host + "' and port " + port);
|
||||
|
||||
TcpSocket::Ptr client = make_shared<TcpSocket>();
|
||||
|
||||
|
|
Loading…
Reference in New Issue