summaryrefslogtreecommitdiffstats
path: root/selutility.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'selutility.cpp')
-rw-r--r--selutility.cpp5
1 files 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);
OpenPOWER on IntegriCloud