]> git.ipfire.org Git - thirdparty/bind9.git/commit
restore the former change_directory logging
authorEvan Hunt <each@isc.org>
Thu, 23 Oct 2025 18:44:15 +0000 (11:44 -0700)
committerEvan Hunt <each@isc.org>
Thu, 23 Oct 2025 20:01:31 +0000 (13:01 -0700)
commit2877b577356c9c6b25758f92b253157ddea32a48
tree2e972be22577152c167ceb0c6a93b1b2888d50dc
parent6f4d4ddb1c9d00cdb0dd4f41f49b9db6be1b985c
restore the former change_directory logging

change_directory() now lives in libisccfg. when it was moved,
the logging behavior changed: previously it had been logged
by named only, in the general logging category, and without the
named.conf filename and line number. it was not logged by
named-checkconf. this behavior has now been restored.
bin/named/server.c
lib/isccfg/parser.c