File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
cuckoo_time_translator_algorithms/include/cuckoo_time_translator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- #ifndef CUCKOO_TIME_TRANSLATOR_LOGGING
2- #define CUCKOO_TIME_TRANSLATOR_LOGGING
1+ #ifndef HCEF9D5FC_9095_462B_B900_048DD967629F
2+ #define HCEF9D5FC_9095_462B_B900_048DD967629F
33
44#include <console_bridge/console.h>
55
66#ifdef logError
77
88#define CUCKOO_TIME_TRANSLATOR_logError (fmt , ...) logError(fmt, ##__VA_ARGS__)
99#define CUCKOO_TIME_TRANSLATOR_logWarn (fmt , ...) logWarn(fmt, ##__VA_ARGS__)
10- #define CUCKOO_TIME_TRANSLATOR_logInform (fmt , ...) ClogInform (fmt, ##__VA_ARGS__)
10+ #define CUCKOO_TIME_TRANSLATOR_logInform (fmt , ...) logInform (fmt, ##__VA_ARGS__)
1111#define CUCKOO_TIME_TRANSLATOR_logDebug (fmt , ...) logDebug(fmt, ##__VA_ARGS__)
1212
1313#else
1919
2020#endif
2121
22- #endif /* CUCKOO_TIME_TRANSLATOR_LOGGING */
22+ #endif /* HCEF9D5FC_9095_462B_B900_048DD967629F */
You can’t perform that action at this time.
0 commit comments