replaced all fsfw:: by sif:: for printouts
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
sif::error << "Unit Tester error: Failed at test ID "
|
||||
<< errorId << std::endl;
|
||||
#else
|
||||
fsfw::printError("Unit Tester error: Failed at test ID 0x%08x", errorId);
|
||||
sif::printError("Unit Tester error: Failed at test ID 0x%08x", errorId);
|
||||
#endif /* FSFW_CPP_OSTREAM_ENABLED == 1 */
|
||||
return HasReturnvaluesIF::RETURN_FAILED;
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ StorageManagerIF* tglob::getIpcStoreHandle() {
|
||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||
sif::error << "Global object manager uninitialized" << std::endl;
|
||||
#else
|
||||
fsfw::printError("Global object manager uninitialized\n\r");
|
||||
sif::printError("Global object manager uninitialized\n\r");
|
||||
#endif /* FSFW_CPP_OSTREAM_ENABLED == 1 */
|
||||
return nullptr;
|
||||
}
|
||||
|
Reference in New Issue
Block a user