mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 22:03:13 -07:00
Fix logging of detected fork. #1838
This commit is contained in:
parent
8dde4c3535
commit
dfce2b9f21
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class InitSickBeard(object):
|
|||
self.detect_fork()
|
||||
|
||||
logger.info('{section}:{category} fork set to {fork}'.format
|
||||
(section=self.section, category=self.input_category, self.fork[0]))
|
||||
(section=self.section, category=self.input_category, fork=self.fork[0]))
|
||||
core.FORK_SET = self.fork
|
||||
self.fork, self.fork_params = self.fork[0], self.fork[1]
|
||||
# This will create the fork object, and attach to self.fork_obj.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue