Change default KTR_COMPILE from KTR_GEN to KTR_ALL, to match with
manual page. Reviewed by: jhb, pjd
This commit is contained in:
parent
1e72f11f56
commit
1048c51f6d
@ -87,7 +87,7 @@
|
||||
|
||||
/* Trace classes to compile in */
|
||||
#ifndef KTR_COMPILE
|
||||
#define KTR_COMPILE (KTR_GEN)
|
||||
#define KTR_COMPILE (KTR_ALL)
|
||||
#endif
|
||||
|
||||
/* Trace classes that can not be used with KTR_ALQ */
|
||||
|
Loading…
Reference in New Issue
Block a user