From 4fea05dda812cb6955d3c9fae4a88bc3cebf9b99 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Sat, 23 Jul 2016 11:28:44 -0400 Subject: [PATCH] Another typo --- master.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master.cfg b/master.cfg index b18676e..6726b07 100644 --- a/master.cfg +++ b/master.cfg @@ -552,7 +552,7 @@ mn = MyMailNotifier(fromaddr = GDB_MAIL_FROM, sendToInterestedUsers = False, extraRecipients = [ GDB_MAIL_TO ], mode = ('failing'), - messageFormatter = MessageGDBTestersTryBuild, + messageFormatter = MessageGDBTesters, tags = [ "MAIL" ], extraHeaders = { 'X-GDB-Buildbot' : '1', 'In-Reply-To' : WithProperties ("<%s@gdb-build>", @@ -561,7 +561,7 @@ mn = MyMailNotifier(fromaddr = GDB_MAIL_FROM, mn_try = MyMailNotifier(fromaddr = GDB_MAIL_FROM, sendToInterestedUsers = True, mode = ( 'failing', 'passing', 'warnings' ), - messageFormatter = MessageGDBTesters, + messageFormatter = MessageGDBTestersTryBuild, tags = [ "MAIL" ], extraHeaders = { 'X-GDB-Buildbot' : '1', 'In-Reply-To' : WithProperties ("<%s@gdb-build>",