mirror of
https://github.com/Icinga/icinga2.git
synced 2025-04-08 17:05:25 +02:00
Change log level for a debug message.
This commit is contained in:
parent
e391fc0858
commit
0188c426fe
@ -1202,7 +1202,7 @@ bool ClusterComponent::IsAuthority(const DynamicObject::Ptr& object, const Strin
|
||||
|
||||
void ClusterComponent::UpdateAuthority(void)
|
||||
{
|
||||
Log(LogInformation, "cluster", "Updating authority for objects.");
|
||||
Log(LogDebug, "cluster", "Updating authority for objects.");
|
||||
|
||||
BOOST_FOREACH(const DynamicType::Ptr& type, DynamicType::GetTypes()) {
|
||||
BOOST_FOREACH(const DynamicObject::Ptr& object, type->GetObjects()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user