We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03015e6 commit 3c4dab8Copy full SHA for 3c4dab8
modules/base/log.h
@@ -32,8 +32,8 @@
32
33
//! Module ID
34
#ifndef LOG_MODULE_ID
35
-#warning "Please define LOG_MODULE_ID as your module name, otherwise it will be NULL"
36
-#define LOG_MODULE_ID NULL
+#warning "Please define LOG_MODULE_ID as your module name, otherwise it will be ???"
+#define LOG_MODULE_ID "???"
37
#endif //LOG_MODULE_ID
38
39
//! Define commonly macros
0 commit comments