]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: usr: Reword the 'shut down hung fetch while resolving' message
authorOndřej Surý <ondrej@isc.org>
Wed, 23 Jul 2025 20:38:22 +0000 (22:38 +0200)
committerOndřej Surý <ondrej@isc.org>
Wed, 23 Jul 2025 20:38:22 +0000 (22:38 +0200)
commit93431eb8395a4d9b2ec8b3ef72aaa47f55a63eae
tree85c02dae7d64cfed7e6d11a2d5a809171eee758a
parent472459e171b45e29bee7ad1ab0fc71b02c98b39c
parent933dcc18ee9b62de2a15f2a768cde4f09095a4da
chg: usr: Reword the 'shut down hung fetch while resolving' message

The log message 'shut down hung fetch while resolving' may be confusing
because no detection of hung fetches actually takes place, but rather
the timer on the fetch context expires and the resolver gives up.

Change the log message to actually say that instead of the original
cryptic message about hung fetch.

Closes #3148

Merge branch '3148-rename-shut-down-hung-fetch' into 'main'

See merge request isc-projects/bind9!10759