another fix
Some checks failed
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
Robin Müller 2023-02-20 19:40:16 +01:00
parent fb0ff922a8
commit d38b5346a2
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -82,8 +82,8 @@ ReturnValue_t CfdpTmFunnel::handlePacket(TmTcMessage& msg) {
#if FSFW_CPP_OSTREAM_ENABLED == 1 #if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "PusTmFunnel::handlePacket: Store too full to create data copy or store " sif::error << "PusTmFunnel::handlePacket: Store too full to create data copy or store "
"error" << std::endl; "error" << std::endl;
break;
#endif #endif
break;
} }
} else { } else {
msg.setStorageId(origStoreId); msg.setStorageId(origStoreId);