summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2017-11-29 18:19:54 -0800
committerBrad Bishop <bradleyb@fuzziesquirrel.com>2017-12-04 21:29:06 +0000
commite0ad43aa4dc7d05a95aeaca6cd356205d4bbcef3 (patch)
treeff71448181d9422c4d8292893c21ae2738f717c2
parentbac20c79396216ad0d424f4c6746732ea99f2d33 (diff)
downloadphosphor-networkd-e0ad43aa4dc7d05a95aeaca6cd356205d4bbcef3.tar.gz
phosphor-networkd-e0ad43aa4dc7d05a95aeaca6cd356205d4bbcef3.zip
ethernet_interface: cleanup whitespace in logging
The log contains a fair amount of extra whitespace, which this addresses. Change-Id: I08a954665803cf9096fe6f3d7539e9e7818b70fa Signed-off-by: Patrick Venture <venture@google.com>
-rw-r--r--ethernet_interface.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/ethernet_interface.cpp b/ethernet_interface.cpp
index db35e01..9e7fd57 100644
--- a/ethernet_interface.cpp
+++ b/ethernet_interface.cpp
@@ -685,15 +685,15 @@ std::string EthernetInterface::mACAddress(std::string value)
if (intInventoryMac != intMac)
{
- log<level::DEBUG>("Given MAC address is neither a local Admin \
- type nor is same as in inventory");
+ log<level::DEBUG>("Given MAC address is neither a local Admin "
+ "type nor is same as in inventory");
return MacAddressIntf::mACAddress();
}
}
catch(InternalFailure& e)
{
- log<level::ERR>("Exception occurred during getting of MAC \
- address from Inventory");
+ log<level::ERR>("Exception occurred during getting of MAC "
+ "address from Inventory");
return MacAddressIntf::mACAddress();
}
}
OpenPOWER on IntegriCloud