mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
dev/cpuctl: put debug output under CPUCTL_DEBUG rather than DEBUG
DEBUG is a well-known flag. It doesn't imply that there is a particular interest in cpuctl. MFC after: 1 week
This commit is contained in:
parent
eb6befba30
commit
d8aeed01eb
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ static d_ioctl_t cpuctl_ioctl;
|
|||
|
||||
#define CPUCTL_VERSION 1
|
||||
|
||||
#ifdef DEBUG
|
||||
#ifdef CPUCTL_DEBUG
|
||||
# define DPRINTF(format,...) printf(format, __VA_ARGS__);
|
||||
#else
|
||||
# define DPRINTF(...)
|
||||
|
|
|
|||
Loading…
Reference in a new issue