diff options
| author | bwarsaw | 2000-02-26 00:03:37 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-02-26 00:03:37 +0000 |
| commit | f9de0cbdc021be5e0a9e1a36027d9e5c373f04c3 (patch) | |
| tree | 3e740ff87be9f5080652df81fa3ca6daccb5c687 /Mailman/LockFile.py | |
| parent | 1030d89aca291dfa7627989d4abbba0d42bf0c83 (diff) | |
| download | mailman-f9de0cbdc021be5e0a9e1a36027d9e5c373f04c3.tar.gz mailman-f9de0cbdc021be5e0a9e1a36027d9e5c373f04c3.tar.zst mailman-f9de0cbdc021be5e0a9e1a36027d9e5c373f04c3.zip | |
Diffstat (limited to 'Mailman/LockFile.py')
| -rw-r--r-- | Mailman/LockFile.py | 2 |
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 '+ |
