diff options
author | Szczepan Zalega <szczepan@nitrokey.com> | 2017-10-10 16:05:56 +0200 |
---|---|---|
committer | Szczepan Zalega <szczepan@nitrokey.com> | 2017-10-10 18:04:26 +0200 |
commit | 1107681a2a8f53184ef7824fc8947eb88cfabf21 (patch) | |
tree | cd94e9c80ce1e43015fe5c37d1d174ec2b6bb0f7 /include | |
parent | e0284726110bcdcccb6b8fe6c84466cd6c14c612 (diff) | |
download | libnitrokey-1107681a2a8f53184ef7824fc8947eb88cfabf21.tar.gz libnitrokey-1107681a2a8f53184ef7824fc8947eb88cfabf21.tar.bz2 |
Code reformat
Signed-off-by: Szczepan Zalega <szczepan@nitrokey.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/device_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
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++; |