summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2009-01-03 05:49:04 -0500
committerBarry Warsaw2009-01-03 05:49:04 -0500
commitc6b1e102d3f54dc00e7199799d0ae4079b75a7be (patch)
tree61c98a98c44f67c4c82b31c4121d652f85a1059d
parent1d0761d2c77ef405beb93f47862d41eee3d0a820 (diff)
downloadmailman-c6b1e102d3f54dc00e7199799d0ae4079b75a7be.tar.gz
mailman-c6b1e102d3f54dc00e7199799d0ae4079b75a7be.tar.zst
mailman-c6b1e102d3f54dc00e7199799d0ae4079b75a7be.zip
-rw-r--r--mailman/Utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailman/Utils.py b/mailman/Utils.py
index d977ac0ca..5ad940d58 100644
--- a/mailman/Utils.py
+++ b/mailman/Utils.py
@@ -303,7 +303,7 @@ def Secure_MakeRandomPassword(length):
# We have no available source of cryptographically
# secure random characters. Log an error and fallback
# to the user friendly passwords.
- log.errorf(
+ log.error(
'urandom not available, passwords not secure')
return UserFriendly_MakeRandomPassword(length)
newbytes = os.read(fd, length - bytesread)