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