]> granicus.if.org Git - icinga2/commitdiff
Change log level for one of the log messages
authorGunnar Beutner <gunnar.beutner@netways.de>
Fri, 22 Aug 2014 14:00:38 +0000 (16:00 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Fri, 22 Aug 2014 14:00:57 +0000 (16:00 +0200)
refs #6066

lib/remote/apilistener.cpp

index 17a514b370304c77f3ddc5202e25ace9d2d93fcd..bea5ed224ff082313c363633a09e4623c0befeb0 100644 (file)
@@ -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>();