]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: dev: clean up incorrect logging module names
authorEvan Hunt <each@isc.org>
Wed, 11 Dec 2024 17:12:18 +0000 (17:12 +0000)
committerEvan Hunt <each@isc.org>
Wed, 11 Dec 2024 17:12:18 +0000 (17:12 +0000)
commit3db39ec7ad5b40ec6f7e89739aa2c225361626ee
tree594e347399b1ac912381676c03fa2425ec57f646
parent9de6b228d411ad9887716d674e313c791c136d37
parent95a0b6f4792cfc9adc650469dad99b5eedcb5c6f
fix: dev: clean up incorrect logging module names

Some files used logmodule names that had been copied in from elsewhere; these have now been given module names of their own. Also, the RBT and RBTDB logmodules have been removed, since they are now unused.

Merge branch 'each-cleanup-logmodules' into 'main'

See merge request isc-projects/bind9!9895