Reverted r25258 - I didn't know that an undefined value defaults to 0.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25270 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
6aede71c0c
commit
ec12806d2f
@ -14,6 +14,8 @@
|
||||
#endif
|
||||
|
||||
|
||||
#if ENABLE_TRACING
|
||||
|
||||
// macros specifying the tracing level for individual components (0 is disabled)
|
||||
|
||||
#define BFS_TRACING 0
|
||||
@ -34,4 +36,6 @@
|
||||
#define TEAM_TRACING 0
|
||||
#define USER_MALLOC_TRACING 0
|
||||
|
||||
#endif // ENABLE_TRACING
|
||||
|
||||
#endif // KERNEL_TRACING_CONFIG_H
|
||||
|
Loading…
Reference in New Issue
Block a user