Cleaning up some ampoule outputs.
This commit is contained in:
parent
2481a9b493
commit
d5c1d35406
2 changed files with 1 additions and 5 deletions
|
|
@ -134,7 +134,7 @@ class ProcessPool(object):
|
|||
Adds the newly created child process to the pool.
|
||||
"""
|
||||
def restart(child, reason):
|
||||
log.msg("FATAL: Restarting after %s" % (reason,))
|
||||
#log.msg("FATAL: Restarting after %s" % (reason,))
|
||||
self._pruneProcess(child)
|
||||
return self.startAWorker()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue