summaryrefslogtreecommitdiff
path: root/fail2ban/server/actions.py
diff options
context:
space:
mode:
Diffstat (limited to 'fail2ban/server/actions.py')
-rw-r--r--fail2ban/server/actions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fail2ban/server/actions.py b/fail2ban/server/actions.py
index eb14c14f..7eff48f6 100644
--- a/fail2ban/server/actions.py
+++ b/fail2ban/server/actions.py
@@ -616,7 +616,7 @@ class Actions(JailThread, Mapping):
if hasattr(action, 'consistencyCheck'):
def _beforeRepair():
if stop and not getattr(action, 'actionrepair_on_unban', None): # don't need repair on stop
- self._logSys.error("Invariant check failed. Flush is impossible.")
+ logSys.error("Invariant check failed. Flush is impossible.")
return False
return True
action.consistencyCheck(_beforeRepair)