/%x/%s/ -- mismerged DEBUGGER() printf() format stirng from the
TrustedBSD branch. Submitted by: bde
This commit is contained in:
parent
faf58d1493
commit
6c5ecfd7f2
@ -224,7 +224,7 @@ SYSCTL_INT(_security_mac_test, OID_AUTO, internalize_count, CTLFLAG_RD,
|
||||
#ifdef KDB
|
||||
#define DEBUGGER(x) kdb_enter(x)
|
||||
#else
|
||||
#define DEBUGGER(x) printf("mac_test: %x\n", (x))
|
||||
#define DEBUGGER(x) printf("mac_test: %s\n", (x))
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user