complete change of NETMGR_TRACE to ISC_NETMGR_TRACE

some references to the old ifdef were still in place.
This commit is contained in:
Evan Hunt
2023-01-17 13:58:10 -08:00
parent 46c0b349ed
commit 301f8b23e1
6 changed files with 15 additions and 10 deletions

View File

@@ -21,7 +21,7 @@
#include <ns/client.h>
#ifdef NETMGR_TRACE
#if ISC_NETMGR_TRACE
#define FLARG \
, const char *file __attribute__((unused)), \
unsigned int line __attribute__((unused)), \