mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-02-13 15:37:02 +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
35e5742d85
commit
bdcf4e826b
@ -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