don't display broken pipe

This commit is contained in:
benoitc 2010-12-22 23:07:27 +01:00
parent 1b2cc70688
commit 7e6beaf8e7

View File

@ -143,8 +143,6 @@ class Worker(object):
except:
if self.debug:
self.log.warning("Unexpected error %s" % traceback.format_exc())
else:
self.log.warning("Unexpected error %s" % str(exc))
def handle_winch(self, sig, fname):
# Ignore SIGWINCH in worker. Fixes a crash on OpenBSD.