Added some debug messages in HandlerBase and Distributor (CCSDS/PUS/TC)

This commit is contained in:
2020-06-17 08:35:58 +02:00
parent a468d96f14
commit 28a3daabac
4 changed files with 10 additions and 6 deletions

View File

@ -15,7 +15,7 @@ PUSDistributor::~PUSDistributor() {
}
iterator_t PUSDistributor::selectDestination() {
// debug << "PUSDistributor::handlePacket received: " << this->current_packet_id.store_index << ", " << this->current_packet_id.packet_index << std::endl;
sif::debug << "PUSDistributor::handlePacket received "<<std::endl;// << this->currentPacket.store_index << ", " << this->current_packet_id.packet_index << std::endl;
iterator_t queueMapIt = this->queueMap.end();
this->currentPacket.setStoreAddress(this->currentMessage.getStorageId());
if (currentPacket.getWholeData() != NULL) {