Skip to content

Commit 51419fb

Browse files
committed
review comments
1 parent 5a4c149 commit 51419fb

File tree

1 file changed

+4
-4
lines changed
  • cuckoo_time_translator_algorithms/include/cuckoo_time_translator

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
@@ -19,4 +19,4 @@
1919

2020
#endif
2121

22-
#endif /* CUCKOO_TIME_TRANSLATOR_LOGGING */
22+
#endif /* HCEF9D5FC_9095_462B_B900_048DD967629F */

0 commit comments

Comments
 (0)