mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-02 13:51:12 +00:00
Fix typo in log output
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
d4bdccf021
commit
e3d68164f1
@ -1808,7 +1808,7 @@ class Britney(object):
|
||||
# smooth updates
|
||||
removals = old_libraries(self._migration_item_factory, self.suite_info, self.options.outofsync_arches)
|
||||
if removals:
|
||||
output_logger.info("Removing packages left in the target suite (e.g. smooth updatees or cruft)")
|
||||
output_logger.info("Removing packages left in the target suite (e.g. smooth updates or cruft)")
|
||||
log_and_format_old_libraries(self.output_logger, removals)
|
||||
self.do_all(actions=removals)
|
||||
removals = old_libraries(self._migration_item_factory, self.suite_info, self.options.outofsync_arches)
|
||||
|
Loading…
x
Reference in New Issue
Block a user