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