1
0
forked from fsfw/fsfw

replace FLOG with LOG variants

This commit is contained in:
2022-05-09 00:25:48 +02:00
parent 83a2882f9d
commit b45b6b3758
58 changed files with 200 additions and 220 deletions
@@ -3,6 +3,6 @@
#include "fsfw/serviceinterface.h"
ReturnValue_t unitt::put_error(const std::string& errorId) {
FSFW_FLOGET("Unit Tester error: Failed at test ID {}\n", errorId);
FSFW_LOGET("Unit Tester error: Failed at test ID {}\n", errorId);
return HasReturnvaluesIF::RETURN_FAILED;
}