Merge branch 'mueller/packet-check-printout' into mueller/master
This commit is contained in:
commit
ce6b763219
@ -29,7 +29,7 @@ PUSDistributor::TcMqMapIter PUSDistributor::selectDestination() {
|
|||||||
tcStatus = checker.checkPacket(currentPacket);
|
tcStatus = checker.checkPacket(currentPacket);
|
||||||
if(tcStatus != HasReturnvaluesIF::RETURN_OK) {
|
if(tcStatus != HasReturnvaluesIF::RETURN_OK) {
|
||||||
#if FSFW_VERBOSE_LEVEL >= 1
|
#if FSFW_VERBOSE_LEVEL >= 1
|
||||||
std::string keyword;
|
const char* keyword = nullptr;
|
||||||
if(tcStatus == TcPacketCheck::INCORRECT_CHECKSUM) {
|
if(tcStatus == TcPacketCheck::INCORRECT_CHECKSUM) {
|
||||||
keyword = "checksum";
|
keyword = "checksum";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user