summaryrefslogtreecommitdiff
path: root/Mailman/LockFile.py
diff options
context:
space:
mode:
Diffstat (limited to 'Mailman/LockFile.py')
-rw-r--r--Mailman/LockFile.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/LockFile.py b/Mailman/LockFile.py
index 0cff28228..b4a6a81b6 100644
--- a/Mailman/LockFile.py
+++ b/Mailman/LockFile.py
@@ -282,7 +282,7 @@ class LockFile:
# stale hard link, so we raise an exception instead and
# let the human operator take care of the problem.
if code == errno.ENOENT:
- self.__log('stale lockfile found')
+ self.__writelog('stale lockfile found')
raise StaleLockFileError(
'Stale lock file found linked to file: '
+self.__lockfile+' (requires '+