Skip to content

Commit

Permalink
Log the activated products (just for easier debugging)
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 20, 2018
1 parent eec85bd commit f8b0ace
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/lib/registration/ui/migration_repos_workflow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,12 @@ def merge_registered_addons
# loads online or offline migrations depending on the system state
# @return [Symbol] workflow symbol (:next or :abort)
def load_migration_products
# just for easier debugging log the currently registered products
ConnectHelpers.catch_registration_errors do
activated = registration.activated_products
log.info("Activated products: #{activated.inspect}")
end

if Yast::Stage.initial
load_migration_products_offline
else
Expand Down

0 comments on commit f8b0ace

Please sign in to comment.