Commit 3f583608 authored by Christian Theune's avatar Christian Theune

Fixed typo.

parent 120f182d
......@@ -374,7 +374,7 @@ class CatastrophicClientLoopFailure(
self.failIf(self._storage.is_connected())
self.assertEqual(len(ZEO.zrpc.connection.client_map), 1)
del ZEO.zrpc.connection.client_logger.critical
self.assertEqual(log[0][0], 'The ZEO cient loop failed.')
self.assertEqual(log[0][0], 'The ZEO client loop failed.')
self.assert_('exc_info' in log[0][1])
self.assertEqual(log[1][0], "Couldn't close a dispatcher.")
self.assert_('exc_info' in log[1][1])
......
......@@ -114,7 +114,7 @@ def client_loop():
except:
if map:
try:
client_logger.critical('The ZEO cient loop failed.',
client_logger.critical('The ZEO client loop failed.',
exc_info=sys.exc_info())
except:
pass
......
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