when setting a new log channel, pass that info on to the packetizer
This commit is contained in:
Robey Pointer 2006-01-26 12:50:08 -08:00
parent d44035e716
commit 7058195e38
1 changed files with 1 additions and 0 deletions

View File

@ -1156,6 +1156,7 @@ class Transport (threading.Thread):
"""
self.log_name = name
self.logger = util.get_logger(name)
self.packetizer.set_log(self.logger)
def get_log_channel(self):
"""