mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 10:51:08 +00:00
Be verbose when rejecting a hint due to invalid candidates
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
d017fe1a8c
commit
e725647175
@ -2419,7 +2419,7 @@ class Britney(object):
|
||||
lundo = []
|
||||
for x in init:
|
||||
if x not in upgrade_me:
|
||||
self.output_write("failed: %s\n" % (x.uvname))
|
||||
self.output_write("failed: %s is not a valid candidate (or it already migrated)\n" % (x.uvname))
|
||||
return None
|
||||
selected.append(x)
|
||||
upgrade_me.remove(x)
|
||||
|
Loading…
x
Reference in New Issue
Block a user