mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
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…
x
Reference in New Issue
Block a user