summaryrefslogtreecommitdiffstats
path: root/elog.cpp
diff options
context:
space:
mode:
authorLeonel Gonzalez <lgonzalez@us.ibm.com>2017-03-16 13:47:40 -0500
committerPatrick Williams <patrick@stwcx.xyz>2017-03-20 17:06:40 +0000
commit3064a19493ae9f3205daa6531cf2043245127883 (patch)
treeac76490a56918bcf00269e98a73e4153fb4ba31b /elog.cpp
parent5edacf374257f796baf7f2a55ceaa8afb724b95b (diff)
downloadphosphor-logging-3064a19493ae9f3205daa6531cf2043245127883.tar.gz
phosphor-logging-3064a19493ae9f3205daa6531cf2043245127883.zip
Move object_mapper per dbus path conventions.
Partial fix for openbmc/openbmc#1112. Change-Id: Id01fdae36576d99d90775e4c2f6443b87c1198ee Signed-off-by: Leonel Gonzalez <lgonzalez@us.ibm.com>
Diffstat (limited to 'elog.cpp')
-rw-r--r--elog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/elog.cpp b/elog.cpp
index 7cb0fd2..5483851 100644
--- a/elog.cpp
+++ b/elog.cpp
@@ -9,7 +9,7 @@ namespace logging
void commit(std::string&& e)
{
constexpr auto MAPPER_BUSNAME = "xyz.openbmc_project.ObjectMapper";
- constexpr auto MAPPER_PATH = "/xyz/openbmc_project/ObjectMapper";
+ constexpr auto MAPPER_PATH = "/xyz/openbmc_project/object_mapper";
constexpr auto MAPPER_INTERFACE = "xyz.openbmc_project.ObjectMapper";
constexpr auto IFACE_INTERNAL("xyz.openbmc_project.Logging.Internal.Manager");
OpenPOWER on IntegriCloud