From ad9fc3dcae545a99eca115a9aeef1515a40e3c30 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 16 Apr 2019 09:46:58 +0200 Subject: [PATCH] fix formatting for thread distribution stats message --- pdns/pdns_recursor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 311d861f5..a0dda978a 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<