summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2018-09-18 15:29:01 -0500
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2018-11-29 19:17:22 +0000
commitecf8910c014b94c688d08fa856cd22ec365583fa (patch)
tree110c7fc1c56b1deec6a5803f4fb403d1e115a72b /src
parentefcd653d7419d6f14274f707f47fc6f9120202fe (diff)
downloadphosphor-dbus-monitor-ecf8910c014b94c688d08fa856cd22ec365583fa.tar.gz
phosphor-dbus-monitor-ecf8910c014b94c688d08fa856cd22ec365583fa.zip
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 <spinler@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/resolve_errors.cpp2
1 files changed, 1 insertions, 1 deletions
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";
OpenPOWER on IntegriCloud