summaryrefslogtreecommitdiff
path: root/mailman/Utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'mailman/Utils.py')
-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)