summaryrefslogtreecommitdiffstats
path: root/elog.cpp
diff options
context:
space:
mode:
authorDeepak Kodihalli <dkodihal@in.ibm.com>2017-02-24 00:00:08 -0600
committerDeepak Kodihalli <dkodihal@in.ibm.com>2017-02-24 00:00:08 -0600
commit827b50f7244c5f91beb454ca8b08b9a49fe595a5 (patch)
tree5a37d369863346448c0ae2ea5d041cb35dacd3a4 /elog.cpp
parent7c30f49e75b7814834ae7cb3c57bd336f6135f13 (diff)
downloadphosphor-logging-827b50f7244c5f91beb454ca8b08b9a49fe595a5.tar.gz
phosphor-logging-827b50f7244c5f91beb454ca8b08b9a49fe595a5.zip
React to logging manager path change
Change-Id: Ic75d30d88d74cd8a7ff85a4a526c85aa20b373a9 Signed-off-by: Deepak Kodihalli <dkodihal@in.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 67196e7..7cb0fd2 100644
--- a/elog.cpp
+++ b/elog.cpp
@@ -1,3 +1,4 @@
+#include "config.h"
#include <phosphor-logging/elog.hpp>
namespace phosphor
@@ -11,7 +12,6 @@ void commit(std::string&& e)
constexpr auto MAPPER_PATH = "/xyz/openbmc_project/ObjectMapper";
constexpr auto MAPPER_INTERFACE = "xyz.openbmc_project.ObjectMapper";
- constexpr auto OBJ_INTERNAL("/xyz/openbmc_project/Logging/Internal/Manager");
constexpr auto IFACE_INTERNAL("xyz.openbmc_project.Logging.Internal.Manager");
// Transaction id is located at the end of the string separated by a period.
OpenPOWER on IntegriCloud