class not added put into debug logging

This commit is contained in:
Clinton Hall 2024-03-20 14:01:24 +13:00
parent e14bc6c733
commit 9ea322111c

View file

@ -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)
)