summaryrefslogtreecommitdiff
path: root/sbin/unwind
diff options
context:
space:
mode:
authorFlorian Obser <florian@cvs.openbsd.org>2019-11-06 16:51:12 +0000
committerFlorian Obser <florian@cvs.openbsd.org>2019-11-06 16:51:12 +0000
commit39410f712111b23190000d75808082e34d5217a1 (patch)
treeabd8d035003b70822035937ca8735e6cb4607b39 /sbin/unwind
parent0b35aaacdd43c9489ca8c0f317cef4552c9a7e02 (diff)
useless debug output
Diffstat (limited to 'sbin/unwind')
-rw-r--r--sbin/unwind/resolver.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/unwind/resolver.c b/sbin/unwind/resolver.c
index 57c32fbfc75..550b9afded9 100644
--- a/sbin/unwind/resolver.c
+++ b/sbin/unwind/resolver.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: resolver.c,v 1.52 2019/11/03 18:15:26 florian Exp $ */
+/* $OpenBSD: resolver.c,v 1.53 2019/11/06 16:51:11 florian Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
@@ -1124,7 +1124,6 @@ create_resolver(enum uw_resolver_type type, int oppdot)
case UW_RES_FORWARDER:
case UW_RES_DOT:
for (i = 0; i < nitems(as112_zones); i++) {
- log_debug("%s", as112_zones[i]);
if((err = ub_ctx_set_option(res->ctx, "local-zone:",
as112_zones[i])) != 0) {
ub_ctx_delete(res->ctx);