]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Fix 'Error creating TCP worker' error message 14270/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, 3 Jun 2024 10:25:21 +0000 (12:25 +0200)
commit7d545ae15324d844c2f95b3ccf0045179bc39db0
tree0a2fa1f46abdbd5be3ea0258379c9004bfb0656b
parent13da702b2854babe36535358333f69c6921ad997
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.
pdns/dnsdistdist/dnsdist-tcp.cc