Update HK and datapool handling #45

Merged
muellerr merged 3 commits from update-hk-handling-datapools into main 2025-01-08 10:38:34 +01:00
Showing only changes of commit b14e761bad - Show all commits

View File

@ -20,7 +20,7 @@ class PoolReadGuard {
if (readResult != returnvalue::OK) {
#if FSFW_VERBOSE_LEVEL == 1
#if FSFW_CPP_OSTREAM_ENABLED == 1
sif::error << "PoolReaGuard: Read failed!" << std::endl;
sif::error << "PoolReadGuard: Read failed!" << std::endl;
#else
sif::printError("PoolReadGuard: Read failed!\n");
#endif /* FSFW_PRINT_VERBOSITY_LEVEL == 1 */