Add a message to the suppressed list

I hope this
fixes #52
This commit is contained in:
Neil Booth 2016-12-02 07:25:32 +09:00
parent 085eaddfeb
commit 2f9c8dd38a

View File

@ -21,6 +21,7 @@ from server.protocol import ServerManager
SUPPRESS_MESSAGES = [
'Fatal read error on socket transport',
'Fatal write error on socket transport',
]
def main_loop():