From f12ef09f0080f013bbff2a50a927514940a7e7af Mon Sep 17 00:00:00 2001 From: Gunnar Beutner Date: Thu, 26 Sep 2013 10:35:42 +0200 Subject: [PATCH] Fix log message. --- components/cluster/clusterlistener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/cluster/clusterlistener.cpp b/components/cluster/clusterlistener.cpp index 147ceb56f..541498757 100644 --- a/components/cluster/clusterlistener.cpp +++ b/components/cluster/clusterlistener.cpp @@ -566,7 +566,7 @@ void ClusterListener::NewClientHandler(const Socket::Ptr& client, TlsRole role) } } - Log(LogInformation, "cluster", "Sending " + Convert::ToString(config->GetLength()) + " config files to endpoint '" + endpoint->GetName()); + Log(LogInformation, "cluster", "Sending " + Convert::ToString(config->GetLength()) + " config files to endpoint '" + endpoint->GetName() + "'."); Dictionary::Ptr params = boost::make_shared(); params->Set("identity", GetIdentity()); -- 2.40.0