From 7d07b91a37cfe3c943c0ed18af8d58ca929c9af2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 26 2014 08:51:16 +0000 Subject: Let's have email notification about the right application Signed-off-by: Pierre-Yves Chibon --- diff --git a/progit/__init__.py b/progit/__init__.py index b852f77..274c9ae 100644 --- a/progit/__init__.py +++ b/progit/__init__.py @@ -50,7 +50,7 @@ mail_handler = SMTPHandler( APP.config.get('SMTP_SERVER', '127.0.0.1'), 'nobody@fedoraproject.org', APP.config.get('MAIL_ADMIN', APP.config['EMAIL_ERROR']), - 'Fedocal error') + 'Progit error') mail_handler.setFormatter(logging.Formatter(''' Message type: %(levelname)s Location: %(pathname)s:%(lineno)d