Commit 3a55e665 authored by Amos Latteier's avatar Amos Latteier

fixed a minor info logging typo.

parent 6ab2d256
# -*- Mode: Python; tab-width: 4 -*-
# $Id: asyncore.py,v 1.5 1999/07/20 16:53:49 amos Exp $
# $Id: asyncore.py,v 1.6 1999/07/26 07:06:36 amos Exp $
# Author: Sam Rushing <rushing@nightmare.com>
# ======================================================================
......@@ -324,7 +324,7 @@ class dispatcher:
self.log_info ('unhandled exception', 'warning')
def handle_read (self):
self.log_info ('unhandled read event', 'waring')
self.log_info ('unhandled read event', 'warning')
def handle_write (self):
self.log_info ('unhandled write event', 'warning')
......
# -*- Mode: Python; tab-width: 4 -*-
# $Id: asyncore.py,v 1.5 1999/07/20 16:53:49 amos Exp $
# $Id: asyncore.py,v 1.6 1999/07/26 07:06:36 amos Exp $
# Author: Sam Rushing <rushing@nightmare.com>
# ======================================================================
......@@ -324,7 +324,7 @@ class dispatcher:
self.log_info ('unhandled exception', 'warning')
def handle_read (self):
self.log_info ('unhandled read event', 'waring')
self.log_info ('unhandled read event', 'warning')
def handle_write (self):
self.log_info ('unhandled write event', 'warning')
......
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