summaryrefslogtreecommitdiffstats
path: root/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'util.py')
-rw-r--r--util.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/util.py b/util.py
index ccf5160..0709d58 100644
--- a/util.py
+++ b/util.py
@@ -57,8 +57,8 @@ def notify_admins(listname, listadmin, success, progress):
u'Mailingliste "%s" für %s %serzeugt' % (listname, listadmin, 'NICHT ' if not success else ''),
u'''Die Mailingliste "%s" wurde am %s für %s von %s aus %serzeugt.
- Log:
- %s''' % (listname, time.strftime('%Y-%m-%d um %H:%M:%S', time.gmtime()),
+Log:
+%s''' % (listname, time.strftime('%Y-%m-%d um %H:%M:%S', time.gmtime()),
listadmin, web.ctx.ip, 'NICHT ' if not success else '', progress)
)