diff --git a/chatterbot/logic/multi_adapter.py b/chatterbot/logic/multi_adapter.py index 7062f6d53..140a03530 100644 --- a/chatterbot/logic/multi_adapter.py +++ b/chatterbot/logic/multi_adapter.py @@ -60,9 +60,7 @@ def process(self, statement): max_confidence = output.confidence else: self.logger.info( - 'Not processing the statement using {}'.format( - str(adapter.__class__) - ) + 'Not processing the statement using {}'.format(adapter.class_name) ) # If multiple adapters agree on the same statement,