From 3e3d853e45f3b9471fb1840eeb30652646fef1ba Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 28 Dec 2010 21:57:37 +0100 Subject: [PATCH] Print more informations. Signed-off-by: Florent Bruneau --- bin/lists.rpc.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/lists.rpc.py b/bin/lists.rpc.py index 00b498c..1287e5b 100755 --- a/bin/lists.rpc.py +++ b/bin/lists.rpc.py @@ -72,6 +72,7 @@ MYSQL_DB = get_config('Core', 'dbdb') PLATAL_DOMAIN = get_config('Mail', 'domain') PLATAL_DOMAIN2 = get_config('Mail', 'domain2', '') sys.stderr.write('PLATAL_DOMAIN = %s\n' % PLATAL_DOMAIN ) +sys.stderr.write("MYSQL_DB = %s\n" % MYSQL_DB) VHOST_SEP = get_config('Lists', 'vhost_sep', '_') ON_CREATE_CMD = get_config('Lists', 'on_create', '') -- 2.1.4