this is just a warning, we don't really care about exceptions here.

This commit is contained in:
benoitc 2011-03-03 10:45:23 +01:00
parent ba89a400dc
commit 3fc530c162

View File

@ -144,7 +144,7 @@ class Worker(object):
try:
util.write_error(client, status_int, reason, mesg)
except:
self.log.exception("Failed to send error message.")
self.log.warning("Failed to send error message.")
def handle_winch(self, sig, fname):
# Ignore SIGWINCH in worker. Fixes a crash on OpenBSD.