print improvement
This commit is contained in:
parent
cf82dad74c
commit
5612327c6a
@ -20,9 +20,9 @@ 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 << "PoolReadHelper: Read failed!" << std::endl;
|
sif::error << "PoolReaGuard: Read failed!" << std::endl;
|
||||||
#else
|
#else
|
||||||
sif::printError("PoolReadHelper: Read failed!\n");
|
sif::printError("PoolReadGuard: Read failed!\n");
|
||||||
#endif /* FSFW_PRINT_VERBOSITY_LEVEL == 1 */
|
#endif /* FSFW_PRINT_VERBOSITY_LEVEL == 1 */
|
||||||
#endif /* FSFW_CPP_OSTREAM_ENABLED == 1 */
|
#endif /* FSFW_CPP_OSTREAM_ENABLED == 1 */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user