diff options
| -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++; | 
