diff options
Diffstat (limited to 'searx/search')
-rw-r--r-- | searx/search/processors/online.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search/processors/online.py b/searx/search/processors/online.py index f30206dc8..9c821bb5f 100644 --- a/searx/search/processors/online.py +++ b/searx/search/processors/online.py @@ -192,7 +192,7 @@ class OnlineProcessor(EngineProcessor): self.logger.exception('Too many requests') except SearxEngineAccessDeniedException as e: self.handle_exception(result_container, e, suspend=True) - self.logger.exception('Searx is blocked') + self.logger.exception('SearXNG is blocked') except Exception as e: # pylint: disable=broad-except self.handle_exception(result_container, e) self.logger.exception('exception : {0}'.format(e)) |