Fix typo in log output

Signed-off-by: Niels Thykier <niels@thykier.net>
ubuntu/rebased
Niels Thykier 6 years ago
parent d4bdccf021
commit e3d68164f1
No known key found for this signature in database
GPG Key ID: A65B78DBE67C7AAC

@ -1808,7 +1808,7 @@ class Britney(object):
# smooth updates # smooth updates
removals = old_libraries(self._migration_item_factory, self.suite_info, self.options.outofsync_arches) removals = old_libraries(self._migration_item_factory, self.suite_info, self.options.outofsync_arches)
if removals: 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) log_and_format_old_libraries(self.output_logger, removals)
self.do_all(actions=removals) self.do_all(actions=removals)
removals = old_libraries(self._migration_item_factory, self.suite_info, self.options.outofsync_arches) removals = old_libraries(self._migration_item_factory, self.suite_info, self.options.outofsync_arches)

Loading…
Cancel
Save