summaryrefslogtreecommitdiffstats
path: root/occ_pass_through.hpp
diff options
context:
space:
mode:
authorVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-04-18 14:25:26 +0530
committerVishwanatha Subbanna <vishwa@linux.vnet.ibm.com>2017-04-26 16:23:05 +0530
commit9bb065b8fe80b329b4321085523dafbeb64b64f9 (patch)
treeb202fff762662b1a4bbf1fa2b29311ce604cb4ce /occ_pass_through.hpp
parent67d50ad6126f278cd76416e32877b3462abc07dd (diff)
downloadopenpower-occ-control-9bb065b8fe80b329b4321085523dafbeb64b64f9.tar.gz
openpower-occ-control-9bb065b8fe80b329b4321085523dafbeb64b64f9.zip
Commit errorlog and exit the application on error scenarios
This application interacts with OCC driver and hence its good to terminate when there is an error during IO since it would mostly mean a faulty hardware. Fixes openbmc/openbmc#1428 Change-Id: I48bc7b2cf19922a7a53dbab78cdd4f2338a7431b Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
Diffstat (limited to 'occ_pass_through.hpp')
-rw-r--r--occ_pass_through.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/occ_pass_through.hpp b/occ_pass_through.hpp
index 673b68e..928a29c 100644
--- a/occ_pass_through.hpp
+++ b/occ_pass_through.hpp
@@ -5,7 +5,7 @@
#include <unistd.h>
#include <sdbusplus/bus.hpp>
#include <sdbusplus/server/object.hpp>
-#include "org/open_power/OCC/PassThrough/server.hpp"
+#include <org/open_power/OCC/PassThrough/server.hpp>
#include "config.h"
#include "file.hpp"
OpenPOWER on IntegriCloud