some more sif changes

This commit is contained in:
2020-04-23 20:04:48 +02:00
parent 01195093e3
commit 0ea692a5ea
4 changed files with 18 additions and 18 deletions

View File

@ -22,7 +22,7 @@ TmPacketStored::TmPacketStored(uint16_t apid, uint8_t service,
(TmPacketBase::TM_PACKET_MIN_SIZE + size + headerSize), &pData);
if (returnValue != store->RETURN_OK) {
debug << "TM Packet Stored: Issue getting free storage" << std::endl;
sif::debug << "TM Packet Stored: Issue getting free storage" << std::endl;
checkAndReportLostTm();
return;
}