/%x/%s/ -- mismerged DEBUGGER() printf() format stirng from the

TrustedBSD branch.

Submitted by:	bde
This commit is contained in:
Robert Watson 2004-10-23 15:12:34 +00:00
parent faf58d1493
commit 6c5ecfd7f2

View File

@ -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
/*