some EM fixes
All checks were successful
EIVE/eive-obsw/pipeline/pr-develop This commit looks good

This commit is contained in:
2023-04-14 21:02:39 +02:00
parent b964b03b2d
commit d24a983985
6 changed files with 14 additions and 6 deletions

View File

@ -33,6 +33,7 @@ ReturnValue_t PusLiveDemux::demultiplexPackets(StorageManagerIF& tmStore,
if (result != returnvalue::OK) {
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "PusLiveDemux::handlePacket: Error sending TM to downlink handler " << dest.name
<< ", failed with code 0x" << std::hex << std::setw(4) << result << std::dec
<< std::endl;
#endif
tmStore.deleteData(message.getStorageId());