Skip to content

Commit

Permalink
class not added put into debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
clinton-hall committed Mar 20, 2024
1 parent e14bc6c commit 9ea3221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/auto_process/managers/sickbeard.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def _init_fork(self):
# 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)
)

Expand Down

0 comments on commit 9ea3221

Please sign in to comment.