Add missing stop explanation

This commit is contained in:
Thomas Adamcik 2011-07-13 11:48:22 +02:00
parent 51190c510a
commit 05b169930f

View File

@ -276,7 +276,7 @@ class LineProtocol(ThreadingActor):
def on_stop(self):
"""Ensure that cleanup when actor stops."""
self.connection.stop()
self.connection.stop(u'Actor is shuting down.')
def parse_lines(self, new_data=None):
"""Consume new data and yield any lines found."""