From a7f81cc62224a2c3ec4d864f8a035032f7133e2a Mon Sep 17 00:00:00 2001 From: Vernon Mauery Date: Wed, 6 Nov 2019 12:51:43 -0800 Subject: Update association names to use new interface The phosphor-logging code moved from implementing org.openbmc.Associations to now implementing xyz.openbmc_project.Association.Definitions. The property name was also changed from associations to Associations. Change-Id: I4443b9092319bf73245fa7a256efb9227e87097d Signed-off-by: Vernon Mauery --- selutility.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/selutility.cpp b/selutility.cpp index 615ad81..cd3b6a6 100644 --- a/selutility.cpp +++ b/selutility.cpp @@ -117,8 +117,9 @@ GetSELEntryResponse convertLogEntrytoSEL(const std::string& objPath) { sdbusplus::bus::bus bus{ipmid_get_sd_bus_connection()}; - static constexpr auto assocIntf = "org.openbmc.Associations"; - static constexpr auto assocProp = "associations"; + static constexpr auto assocIntf = + "xyz.openbmc_project.Association.Definitions"; + static constexpr auto assocProp = "Associations"; auto service = ipmi::getService(bus, assocIntf, objPath); -- cgit v1.2.1