mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
/%x/%s/ -- mismerged DEBUGGER() printf() format stirng from the
TrustedBSD branch. Submitted by: bde
This commit is contained in:
parent
faf58d1493
commit
6c5ecfd7f2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue