summaryrefslogtreecommitdiffstats
path: root/comm_module.cpp
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2018-12-19 14:55:15 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2018-12-19 15:40:27 -0800
commitfc37e59e2f85e585ee830e801b5b26a2c859c86b (patch)
tree860d6c1a630558246809c348682a889e26c52a14 /comm_module.cpp
parent744b3c8b840a13ed4a6c07836ead4a0c88911437 (diff)
downloadphosphor-net-ipmid-fc37e59e2f85e585ee830e801b5b26a2c859c86b.tar.gz
phosphor-net-ipmid-fc37e59e2f85e585ee830e801b5b26a2c859c86b.zip
netipmid: replace std::cerr with phosphor::logging calls
This is part of a cleanup and standardization effort of code to get existing code up to date. Change-Id: I0c982ef8d7afa2f56a9cd204bb8ac3112769641c Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'comm_module.cpp')
-rw-r--r--comm_module.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/comm_module.cpp b/comm_module.cpp
index a58ca5d..acc9089 100644
--- a/comm_module.cpp
+++ b/comm_module.cpp
@@ -12,7 +12,6 @@
#include <algorithm>
#include <cstring>
#include <iomanip>
-#include <iostream>
namespace command
{
OpenPOWER on IntegriCloud