CC-3346: Recorder will not record shows if calendar is not touched 2

hours before the recorder starts

- apiclient should log to correct log file.
This commit is contained in:
James 2012-02-28 10:00:43 -05:00
parent 6eb7372909
commit ba828a28bc
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class Recorder(Thread):
def __init__(self, q):
Thread.__init__(self)
self.logger = logging.getLogger('recorder')
self.api_client = api_client.api_client_factory(config)
self.api_client = api_client.api_client_factory(config, self.logger)
self.api_client.register_component("show-recorder")
self.sr = None
self.shows_to_record = {}