dbglevel>1 should define DEBUG_LOGGING
DEBUG_IMPORT enables code to open/close loggers, but DEBUG_LOGGING enables code to write to it, so having only one of the two in debug_setup.mk makes little sense.
This commit is contained in:
parent
2c38bc2aa6
commit
ae2016b987
1 changed files with 1 additions and 0 deletions
|
@ -8,5 +8,6 @@ $(if $(filter-out 0 1,$(strip $(gb_DEBUGLEVEL))),\
|
|||
-DDEBUG_PROPERTIES \
|
||||
-DDEBUG_CONTEXT_HANDLER \
|
||||
-DDEBUG_IMPORT \
|
||||
-DDEBUG_LOGGING \
|
||||
)
|
||||
endef
|
||||
|
|
Loading…
Reference in a new issue