summaryrefslogtreecommitdiff
path: root/src/components/connection_handler/src/device.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/connection_handler/src/device.cc')
-rw-r--r--src/components/connection_handler/src/device.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/connection_handler/src/device.cc b/src/components/connection_handler/src/device.cc
index 0ecb439172..515304778b 100644
--- a/src/components/connection_handler/src/device.cc
+++ b/src/components/connection_handler/src/device.cc
@@ -54,9 +54,9 @@ Device::Device(DeviceHandle device_handle,
, mac_address_(mac_address)
, connection_type_(connection_type) {
mac_address_ = encryption::MakeHash(mac_address);
- LOG4CXX_DEBUG(logger_,
- "Device: MAC address - " << mac_address << ", hash - "
- << mac_address_);
+ LOG4CXX_DEBUG(
+ logger_,
+ "Device: MAC address - " << mac_address << ", hash - " << mac_address_);
}
DeviceHandle Device::device_handle() const {