summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/dnstap/dnstap.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/dnstap/dnstap.c')
-rw-r--r--contrib/unbound/dnstap/dnstap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/unbound/dnstap/dnstap.c b/contrib/unbound/dnstap/dnstap.c
index b62dc5b..8c9c4ca 100644
--- a/contrib/unbound/dnstap/dnstap.c
+++ b/contrib/unbound/dnstap/dnstap.c
@@ -128,7 +128,8 @@ dt_create(const char *socket_path, unsigned num_workers)
struct fstrm_writer *fw;
struct fstrm_writer_options *fwopt;
- verbose(VERB_OPS, "opening dnstap socket %s", socket_path);
+ verbose(VERB_OPS, "attempting to connect to dnstap socket %s",
+ socket_path);
log_assert(socket_path != NULL);
log_assert(num_workers > 0);
OpenPOWER on IntegriCloud