]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix 'Error creating TCP worker' error message 14337/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 3 Jun 2024 10:25:21 +0000 (12:25 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 17 Jun 2024 09:21:37 +0000 (11:21 +0200)
commite5fc3a6fc1606579c540900d9678e63c2ae1d656
tree69c78275c89759bca6dd120e46e025712db58076
parent14a3de88f7a235812d65a43d5756dd59820c6b6e
dnsdist: Fix 'Error creating TCP worker' error message

There is a dangling '%' at the end of the format string, which is
only a formatting issue because of the way our logger works but is
still ugly.

(cherry picked from commit 7d545ae15324d844c2f95b3ccf0045179bc39db0)
pdns/dnsdist-tcp.cc