Skip to content

Commit

Permalink
added some logging, continue after registring the system
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Sep 4, 2014
1 parent 6827d69 commit c077bad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/clients/inst_scc.rb
Expand Up @@ -95,6 +95,8 @@ def initialize_regcodes
end

def register_base_system
log.info "The system is not registered, diplaying registration dialog"

show_scc_credentials_dialog

ret = nil
Expand Down Expand Up @@ -141,6 +143,7 @@ def register_base_system
register_base_product: !options.base_registered, disable_updates: !install_updates?)

if success
ret = :next
options.base_registered = true
# save the config if running in installed system
# (in installation/upgrade it's written in _finish client)
Expand Down Expand Up @@ -438,6 +441,8 @@ def registered_dialog
end

def display_registered_dialog
log.info "The system is already registered, displaying registered dialog"

Wizard.SetContents(
# dialog title
_("Registration"),
Expand Down

0 comments on commit c077bad

Please sign in to comment.