Skip to content

Commit

Permalink
added filename output to error
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Montross committed Jun 12, 2012
1 parent 0b23b5f commit f6e9149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/veewee/provider/core/helper/iso.rb
Expand Up @@ -91,7 +91,7 @@ def verify_iso(options)
rel_path=path1.relative_path_from(path2).to_s

ui.info ""
ui.info "We did not find an isofile in #{full_path}/iso. \n\nThe definition provided the following download information:"
ui.info "We did not find an isofile of name #{filename} in #{full_path}/iso. \n\nThe definition provided the following download information:"
unless "#{self.iso_src}"==""
ui.info "- Download url: #{self.iso_src}"
end
Expand Down

0 comments on commit f6e9149

Please sign in to comment.