From 55d5a1651c1b022292b93d9147a01c7b6523e1da Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Tue, 25 Jun 2013 18:29:41 +0100 Subject: [PATCH] Clarify force-autopkgtest excuse message. --- britney.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.py b/britney.py index 25456b5..7a3e6e4 100755 --- a/britney.py +++ b/britney.py @@ -1809,8 +1809,8 @@ class Britney(object): if self.same_source(adtver, x.version) ] if forces: e.addhtml( - "Should ignore, but forced by %s" % - forces[0].user) + "Should wait for %s %s test, but forced by " + "%s" % (adtsrc, adtver, forces[0].user)) else: adtpass = False if not adtpass and e.is_valid: