Explorar el Código

Stop writing reap result to trace logging.

Chris McDonough hace 18 años
padre
commit
05d19d630e
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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: