From 1107681a2a8f53184ef7824fc8947eb88cfabf21 Mon Sep 17 00:00:00 2001 From: Szczepan Zalega Date: Tue, 10 Oct 2017 16:05:56 +0200 Subject: Code reformat Signed-off-by: Szczepan Zalega --- include/device_proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/device_proto.h b/include/device_proto.h index 6944bdb..34c68c3 100644 --- a/include/device_proto.h +++ b/include/device_proto.h @@ -328,8 +328,8 @@ namespace nitrokey { break; } LOG(std::string("Retry status - dev status, awaited cmd crc, correct packet CRC: ") - + std::to_string(resp.device_status) + " " + - std::to_string(CRC_equal_awaited) + + + std::to_string(resp.device_status) + + " " + std::to_string(CRC_equal_awaited) + " " + std::to_string(resp.isCRCcorrect()), Loglevel::DEBUG_L2); if (!resp.isCRCcorrect()) dev->m_counters.wrong_CRC++; -- cgit v1.2.1