Skip to content

Commit 3c4dab8

Browse files
authored
Update log.h
1 parent 03015e6 commit 3c4dab8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/base/log.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
//! Module ID
3434
#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
35+
#warning "Please define LOG_MODULE_ID as your module name, otherwise it will be ???"
36+
#define LOG_MODULE_ID "???"
3737
#endif //LOG_MODULE_ID
3838

3939
//! Define commonly macros

0 commit comments

Comments
 (0)