Skip to content

Commit

Permalink
Fix debugging message in UpdateRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Jun 13, 2016
1 parent fd94cd1 commit b108072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/installation/update_repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ def fetch_package(package, dir)
tempfile = Tempfile.new(package["name"])
tempfile.close
Dir.mktmpdir do |workdir|
log.info("DEBUG 1")
log.info("Trying to get #{package["name"]} from repo #{repo_id}")
if !Yast::Pkg.ProvidePackage(repo_id, package["name"], tempfile.path.to_s)
log.error("Package #{package} could not be retrieved.")
raise PackageNotFound
Expand Down

0 comments on commit b108072

Please sign in to comment.