summaryrefslogtreecommitdiff
path: root/searx/search/processors/online.py
diff options
context:
space:
mode:
Diffstat (limited to 'searx/search/processors/online.py')
-rw-r--r--searx/search/processors/online.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/search/processors/online.py b/searx/search/processors/online.py
index f30206dc..9c821bb5 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))