From 3972aa20c489c57b055f6462abaf3d5eacaab69a Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Fri, 22 Aug 2014 16:00:38 +0200 Subject: [PATCH] Change log level for one of the log messages refs #6066 --- lib/remote/apilistener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/remote/apilistener.cpp b/lib/remote/apilistener.cpp index 17a514b37..bea5ed224 100644 --- a/lib/remote/apilistener.cpp +++ b/lib/remote/apilistener.cpp @@ -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(); -- 2.49.0