]> granicus.if.org Git - icinga2/commitdiff
Fix log message.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 26 Sep 2013 08:35:42 +0000 (10:35 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 26 Sep 2013 08:35:42 +0000 (10:35 +0200)
components/cluster/clusterlistener.cpp

index 147ceb56fc1a640bfbf59755a03b4b2f21bed5c3..541498757b3feaeede7a9e0a4947a9aecc8817d4 100644 (file)
@@ -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<Dictionary>();
        params->Set("identity", GetIdentity());