]> granicus.if.org Git - pdns/commitdiff
ixfrdist: stop dumping stats on stdout
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 12 Nov 2018 16:25:59 +0000 (17:25 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Mon, 12 Nov 2018 18:24:31 +0000 (19:24 +0100)
pdns/ixfrdist.cc

index ad8b05065ea52a18ece8208f425f76fbd67cb97b..41d0b152fc80ea83ac4a06725e6790edee35e112 100644 (file)
@@ -309,7 +309,6 @@ void updateThread(const string& workdir, const uint16_t& keep, const uint16_t& a
   g_log<<Logger::Notice<<"Update Thread started"<<endl;
 
   while (true) {
-    cout<<g_stats.getStats()<<endl;
     if (g_exiting) {
       g_log<<Logger::Notice<<"UpdateThread stopped"<<endl;
       break;