Explorar o código

Merge pull request #475 from clustervision/master

Update supervisord.py
Chris McDonough %!s(int64=10) %!d(string=hai) anos
pai
achega
a1cee2648d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      supervisor/supervisord.py

+ 1 - 1
supervisor/supervisord.py

@@ -285,7 +285,7 @@ class Supervisor:
         if pid:
             process = self.options.pidhistory.get(pid, None)
             if process is None:
-                self.options.logger.critical('reaped unknown pid %s' % pid)
+                self.options.logger.info('reaped unknown pid %s' % pid)
             else:
                 process.finish(pid, sts)
                 del self.options.pidhistory[pid]