From c6b1e102d3f54dc00e7199799d0ae4079b75a7be Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Sat, 3 Jan 2009 05:49:04 -0500 Subject: Fix typo --- mailman/Utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.3.1