1
0
forked from fsfw/fsfw

Merge branch 'mueller_sifRenaming_soooMany' into mueller_framework

This commit is contained in:
2020-04-23 19:21:12 +02:00
36 changed files with 117 additions and 98 deletions

View File

@ -99,7 +99,7 @@ bool TmPacketStored::checkAndSetStore() {
if (store == NULL) {
store = objectManager->get<StorageManagerIF>(objects::TM_STORE);
if (store == NULL) {
error << "TmPacketStored::TmPacketStored: TM Store not found!"
sif::error << "TmPacketStored::TmPacketStored: TM Store not found!"
<< std::endl;
return false;
}