]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix version description in a startup log message
authorMichał Kępień <michal@isc.org>
Thu, 26 Jun 2025 10:05:53 +0000 (12:05 +0200)
committerMichał Kępień <michal@isc.org>
Thu, 26 Jun 2025 10:05:53 +0000 (12:05 +0200)
commit12829660fca033de07d6320fc36ea52f5d594890
treeedef5273e7896775337f49a81bd5d8cb83d891cb
parent4d76a92e6abbcfabd08e75ea9e850a7c8aac1414
Fix version description in a startup log message

Commit 5cd6c173ff74309ae7fb73b3e4c754f1589eaddc changed the contents of
the PACKAGE_DESCRIPTION preprocessor macro from " (<description>)" to
just "<description>" and missed a spot while adjusting all uses of this
macro in the code base.  Fix formatting for that malformed log message,
emitted upon named startup.
bin/named/main.c