Skip to content

Commit

Permalink
improve logging
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 4, 2014
1 parent db82668 commit 50bcae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/copy_files_finish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def main
if Mode.installation
multipath_config = "/etc/multipath/wwids"
if File.exist?(multipath_config)
Builtins.y2milestone("Copying multipath blacklist")
log.info "Copying multipath blacklist '#{multipath_config}'"
target_path = File.join(Installation.destdir, multipath_config)
::FileUtils.mkdir_p(File.dirname(target_path))
::FileUtils.cp(multipath_config, target_path)
Expand Down

0 comments on commit 50bcae3

Please sign in to comment.