From ecf8910c014b94c688d08fa856cd22ec365583fa Mon Sep 17 00:00:00 2001 From: Matt Spinler Date: Tue, 18 Sep 2018 15:29:01 -0500 Subject: Use new Association interface name The mapper changed the association interface name it hosts to 'xyz.openbmc_project.Association' from 'org.openbmc.Association'. Change-Id: Ida42ce2152deaafba0e4881a5ee864ecef0d8ce4 Signed-off-by: Matt Spinler --- src/resolve_errors.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resolve_errors.cpp b/src/resolve_errors.cpp index 81452f6..3d38686 100644 --- a/src/resolve_errors.cpp +++ b/src/resolve_errors.cpp @@ -28,7 +28,7 @@ namespace monitoring constexpr auto LOGGING_IFACE = "xyz.openbmc_project.Logging.Entry"; constexpr auto PROPERTY_IFACE = "org.freedesktop.DBus.Properties"; -constexpr auto ASSOCIATION_IFACE = "org.openbmc.Association"; +constexpr auto ASSOCIATION_IFACE = "xyz.openbmc_project.Association"; constexpr auto ENDPOINTS_PROPERTY = "endpoints"; constexpr auto RESOLVED_PROPERTY = "Resolved"; -- cgit v1.2.1