]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix #741: log message for dnstap socket connection is more clear.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Jan 2016 17:12:26 +0000 (17:12 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Wed, 27 Jan 2016 17:12:26 +0000 (17:12 +0000)
git-svn-id: file:///svn/unbound/trunk@3612 be551aaa-1e26-0410-a405-d3ace91eadb9

dnstap/dnstap.c
doc/Changelog

index b62dc5b8cfc592df0ecd74bd88385a958df56bb3..8c9c4ca9208ee80fe50c9212e58054bcd5bf5a93 100644 (file)
@@ -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);
 
index 8f62033d21692e832a4ff61b5371c963148a4138..756b31e90dbb072ce37723f2d57b3da4b7a35cc1 100644 (file)
@@ -1,5 +1,6 @@
 27 January 2016: Wouter
        - Made netbsd sendmsg test nonfatal, in case of false positives.
+       - Fix #741: log message for dnstap socket connection is more clear.
 
 26 January 2016: Wouter
        - Fix #734: chown the pidfile if it resides inside the chroot.