summaryrefslogtreecommitdiffstats
path: root/log_manager.cpp
diff options
context:
space:
mode:
authorSaqib Khan <khansa@us.ibm.com>2017-02-13 13:19:55 -0600
committerPatrick Williams <patrick@stwcx.xyz>2017-02-20 13:06:27 +0000
commit2bb15195dbed122ed327c2659f18323a8ed5c0f5 (patch)
treee01085f7b3e61be5f246699634579c710f8a31a7 /log_manager.cpp
parent17944e13e5d00d17427b5d49c6e84dbfd0033b45 (diff)
downloadphosphor-logging-2bb15195dbed122ed327c2659f18323a8ed5c0f5.tar.gz
phosphor-logging-2bb15195dbed122ed327c2659f18323a8ed5c0f5.zip
Moved log.hpp and elog.hpp to a folder under phosphor-logging
Now these files are copied to a folder under phosphor-logging, other repositories will need to be fixed. I'm leaving the files in the base dir as well until I work on fixing all projects that utilizes log.hpp and elog.hpp Change-Id: Ie4640852727c1572325e974548737bc70a6db7c2 Signed-off-by: Saqib Khan <khansa@us.ibm.com>
Diffstat (limited to 'log_manager.cpp')
-rw-r--r--log_manager.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/log_manager.cpp b/log_manager.cpp
index e84f27e..d779480 100644
--- a/log_manager.cpp
+++ b/log_manager.cpp
@@ -8,10 +8,10 @@
#include <systemd/sd-bus.h>
#include <systemd/sd-journal.h>
#include "elog-lookup.cpp"
-#include "elog-errors-HostEvent.hpp"
+#include <phosphor-logging/elog-errors-HostEvent.hpp>
#include "config.h"
#include "elog_entry.hpp"
-#include "log.hpp"
+#include <phosphor-logging/log.hpp>
#include "log_manager.hpp"
namespace phosphor
OpenPOWER on IntegriCloud