From: Remi Gacogne Date: Mon, 30 Jul 2018 09:36:52 +0000 (+0200) Subject: rec: Move the "launching workers" message to the right place X-Git-Tag: dnsdist-1.3.3~173^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62b549e0d9ce2e26dcfae9e14a10fd52b186c74e;p=thirdparty%2Fpdns.git rec: Move the "launching workers" message to the right place --- 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<