diff options
Diffstat (limited to 'dnstap/dnstap.c')
| -rw-r--r-- | dnstap/dnstap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dnstap/dnstap.c b/dnstap/dnstap.c index b62dc5b8cfc5..8c9c4ca9208e 100644 --- a/dnstap/dnstap.c +++ b/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); |
