mirror of https://github.com/Icinga/icinga2.git
Fix log message.
This commit is contained in:
parent
1e4d38725b
commit
f12ef09f00
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue