mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-05 12:45:43 -07:00
class not added put into debug logging
This commit is contained in:
parent
e14bc6c733
commit
9ea322111c
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ class InitSickBeard(object):
|
|||
# Create the fork object and pass self (SickBeardInit) to it for all the data, like Config.
|
||||
self.fork_obj = mapped_forks[self.fork](self)
|
||||
else:
|
||||
logger.info('{section}:{category} Could not create a fork object for {fork}. Probaly class not added yet.'.format(
|
||||
logger.debug('{section}:{category} Could not create a fork object for {fork}. Probaly class not added yet.'.format(
|
||||
section=self.section, category=self.input_category, fork=self.fork)
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue