Fix log message.

This commit is contained in:
Gunnar Beutner 2013-09-26 10:35:42 +02:00
parent 1e4d38725b
commit f12ef09f00
1 changed files with 1 additions and 1 deletions

View 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());