From 15c8ceca61b92d08588ad0152e13439650467d98 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Wed, 1 Aug 2012 18:20:13 -0400 Subject: [PATCH] Fix. --- earwigbot/tasks/drn_clerkbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earwigbot/tasks/drn_clerkbot.py b/earwigbot/tasks/drn_clerkbot.py index 1e20c90..2ae3915 100644 --- a/earwigbot/tasks/drn_clerkbot.py +++ b/earwigbot/tasks/drn_clerkbot.py @@ -489,7 +489,7 @@ class DRNClerkBot(Task): notices.append(notice) case.parties_notified = True - log = u" {0}: will try to notify {1} parties with '{3}'" + log = u" {0}: will try to notify {1} parties with '{2}'" self.logger.debug(log.format(case.id, len(notices), template)) return notices