]> git.ipfire.org Git - thirdparty/bind9.git/commit
add debug logging when creating or attaching to a query counter
authorEvan Hunt <each@isc.org>
Tue, 25 Jun 2024 18:02:49 +0000 (11:02 -0700)
committerEvan Hunt <each@isc.org>
Wed, 7 Aug 2024 22:36:14 +0000 (15:36 -0700)
commit14bce7e27582f97d2e5be43a8e88df84e241c5cb
tree0db221e257a2d7a0e9fc52879ddbdc461dd9ddff
parent18e39d989f5a716045cd6d99b3bdb7a2633a2db8
add debug logging when creating or attaching to a query counter

fctx_create() now logs at debug level 9 when the fctx attaches
to an existing counter or creates a new one.

(cherry picked from commit 825f3d68c5b041b53f13a8c5b4dc431ca9b5887f)
lib/dns/resolver.c