mirror of https://github.com/Icinga/icinga2.git
Update log level for a debug message.
This commit is contained in:
parent
2c17affa4a
commit
74579fba59
|
@ -109,7 +109,7 @@ void ClusterComponent::Start(void)
|
||||||
privs = ~0;
|
privs = ~0;
|
||||||
}
|
}
|
||||||
|
|
||||||
Log(LogInformation, "cluster", "Privileges for object '" + object->GetName() + "' of type '" + object->GetType()->GetName() + "' for instance '" + endpoint->GetName() + "' are '" + Convert::ToString(privs) + "'");
|
Log(LogDebug, "cluster", "Privileges for object '" + object->GetName() + "' of type '" + object->GetType()->GetName() + "' for instance '" + endpoint->GetName() + "' are '" + Convert::ToString(privs) + "'");
|
||||||
object->SetPrivileges(endpoint->GetName(), privs);
|
object->SetPrivileges(endpoint->GetName(), privs);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue