From 62b549e0d9ce2e26dcfae9e14a10fd52b186c74e Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 30 Jul 2018 11:36:52 +0200 Subject: [PATCH] rec: Move the "launching workers" message to the right place --- pdns/pdns_recursor.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index ab69e74c81..64c4c1e965 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -3634,7 +3634,6 @@ static int serviceMain(int argc, char*argv[]) recursorThread(currentThreadId++); } else { - g_log<