A failed unblock hint should list that hint's user, not the block's

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
This commit is contained in:
Adam D. Barratt 2011-09-04 19:00:59 +00:00
parent 4276dbe347
commit 7e324daa56

View File

@ -1289,7 +1289,7 @@ class Britney:
else:
if unblocks:
excuse.addhtml("%s request by %s ignored due to version mismatch: %s" %
(unblock_cmd.capitalize(), blocked[block_cmd].user, unblocks[0].version))
(unblock_cmd.capitalize(), unblocks[0].user, unblocks[0].version))
excuse.addhtml("Not touching package due to %s request by %s (contact debian-release if update is needed)" %
(block_cmd, blocked[block_cmd].user))
update_candidate = False