From 7f2d18d439fd5a4eece53181d824dabca83bb4a1 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sat, 25 Sep 2004 09:57:41 +0000 Subject: [PATCH] quiet --- scripts/mailman/mailman-rpc.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scripts/mailman/mailman-rpc.py b/scripts/mailman/mailman-rpc.py index 27069cc..9b8d210 100755 --- a/scripts/mailman/mailman-rpc.py +++ b/scripts/mailman/mailman-rpc.py @@ -18,7 +18,7 @@ #* Foundation, Inc., * #* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * #*************************************************************************** -# $Id: mailman-rpc.py,v 1.37 2004-09-25 09:48:07 x2000habouzit Exp $ +# $Id: mailman-rpc.py,v 1.38 2004-09-25 09:57:41 x2000habouzit Exp $ #*************************************************************************** import base64, MySQLdb, os, getopt, sys, MySQLdb.converters @@ -91,6 +91,9 @@ class BasicAuthXMLRPCRequestHandler(SimpleXMLRPCRequestHandler): return (userdesc,perms) else: return None + + def log_message(self, format, *args): + return ################################################################################ # @@ -601,7 +604,7 @@ def check_options((userdesc,perms),vhost,listname,correct=False): # server # class FastXMLRPCServer(SimpleXMLRPCServer): - allow_reuse_address = True + allow_reuse_address = True ################################################################################ # -- 2.1.4