Skip to content

Commit

Permalink
Merge pull request #220 from yast/more_logging
Browse files Browse the repository at this point in the history
add more logging for autoyast import
  • Loading branch information
jreidinger committed Feb 18, 2015
2 parents b99ea32 + ee752cf commit e06bc72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/include/bootloader/routines/autoinstall.rb
Expand Up @@ -130,6 +130,7 @@ def AI2Export(ai)
# FIXME: this should be better handled by exception and show it properly, but it require too big change now
Popup.Error(_("Unsupported bootloader '%s'. Adapt your AutoYaST profile accordingly.") %
exp["loader_type"])
Builtins.y2error("unsupported bootloader #{exp["loader_type"]}")
return nil
end

Expand Down
1 change: 1 addition & 0 deletions src/lib/bootloader/auto_client.rb
Expand Up @@ -32,6 +32,7 @@ def import(data)
Yast::Bootloader.Propose
end
else
log.error "Failed to convert autoyast profile to standard form"
ret = false
end

Expand Down

0 comments on commit e06bc72

Please sign in to comment.