diff options
| -rw-r--r-- | libc/dns/resolv/res_stats.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/dns/resolv/res_stats.c b/libc/dns/resolv/res_stats.c index b6f5ecb5e..5cc592e4e 100644 --- a/libc/dns/resolv/res_stats.c +++ b/libc/dns/resolv/res_stats.c @@ -22,7 +22,7 @@ #include "private/libc_logging.h" #include "isc/eventlib.h" -#define DBG 1 +#define DBG 0 /* Calculate the round-trip-time from start time t0 and end time t1. */ int |
