summaryrefslogtreecommitdiffstats
path: root/host-interface.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host-interface.cpp')
-rw-r--r--host-interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/host-interface.cpp b/host-interface.cpp
index 19ca291..8663929 100644
--- a/host-interface.cpp
+++ b/host-interface.cpp
@@ -57,7 +57,7 @@ void Host::execute(Base::Host::Command command)
log<level::DEBUG>("Pushing cmd on to queue",
entry("CONTROL_HOST_CMD=%s",
- convertForMessage(command)));
+ convertForMessage(command).c_str()));
auto cmd = std::make_tuple(ipmiCommand.at(command),
std::bind(&Host::commandStatusHandler,
OpenPOWER on IntegriCloud