]> git.ipfire.org Git - thirdparty/bind9.git/commit
Remove isc_log_write1() and isc_log_vwrite1() functions
authorOndřej Surý <ondrej@isc.org>
Tue, 13 Aug 2024 15:16:57 +0000 (17:16 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 20 Aug 2024 12:50:39 +0000 (12:50 +0000)
commit043f11de3fff86be8a1936a022dbfd2c7cf84cc9
tree8dc5876fe7400a4de2fddcc54f92aee33082d3bb
parentb2dda8625444f7f409aed691574f819d0edd717d
Remove isc_log_write1() and isc_log_vwrite1() functions

The isc_log_write1() and isc_log_vwrite1() functions were meant to
de-duplicate the messages sent to the isc_log subsystem.  However, they
were never used in an entire code base and the whole mechanism around it
was complicated and very inefficient.  Just remove those, there are
better ways to deduplicate syslog messages inside syslog daemons now.
lib/isc/include/isc/log.h
lib/isc/log.c