small typo
This commit is contained in:
parent
842a3b1b03
commit
9361af02c4
@ -20,7 +20,7 @@ class PoolReadGuard {
|
|||||||
if (readResult != returnvalue::OK) {
|
if (readResult != returnvalue::OK) {
|
||||||
#if FSFW_VERBOSE_LEVEL == 1
|
#if FSFW_VERBOSE_LEVEL == 1
|
||||||
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
#if FSFW_CPP_OSTREAM_ENABLED == 1
|
||||||
sif::error << "PoolReaGuard: Read failed!" << std::endl;
|
sif::error << "PoolReadGuard: Read failed!" << std::endl;
|
||||||
#else
|
#else
|
||||||
sif::printError("PoolReadGuard: Read failed!\n");
|
sif::printError("PoolReadGuard: Read failed!\n");
|
||||||
#endif /* FSFW_PRINT_VERBOSITY_LEVEL == 1 */
|
#endif /* FSFW_PRINT_VERBOSITY_LEVEL == 1 */
|
||||||
|
Loading…
Reference in New Issue
Block a user