Commit e6b211a8 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we don't want too many log lines for all processes.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42216 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7d44997f
......@@ -120,7 +120,7 @@ class OpenOffice(Application):
connection.local_address[1] == self.port:
process.terminate()
except psutil.error.AccessDenied, e:
logger.debug(e)
pass
except TypeError, e:
# exception to prevent one psutil issue with zombie processes
logger.debug(e)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment