Sfoglia il codice sorgente

Stop writing reap result to trace logging.

Chris McDonough 18 anni fa
parent
commit
05d19d630e
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/supervisor/supervisord.py

+ 0 - 1
src/supervisor/supervisord.py

@@ -242,7 +242,6 @@ class Supervisor:
 
     def reap(self, once=False):
         pid, sts = self.options.waitpid()
-        self._trace('reap called, waitpid returned %s' % pid)
         if pid:
             process = self.options.pidhistory.get(pid, None)
             if process is None: