From: Peter van Dijk Date: Tue, 16 Apr 2019 07:46:58 +0000 (+0200) Subject: fix formatting for thread distribution stats message X-Git-Tag: dnsdist-1.4.0-alpha2~14^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7727%2Fhead;p=thirdparty%2Fpdns.git fix formatting for thread distribution stats message --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 311d861f54..a0dda978a0 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2642,7 +2642,7 @@ static void doStats(void) size_t idx = 0; for (const auto& threadInfo : s_threadInfos) { if(threadInfo.isWorker) { - g_log<