Skip to content

Commit

Permalink
Rename dumpObj to dump_obj for MiqRequestTask.
Browse files Browse the repository at this point in the history
(transferred from ManageIQ/manageiq@204bb4f)
  • Loading branch information
lfu committed Apr 13, 2017
1 parent fd22b78 commit e505911
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ def log_clone_options(clone_options)
_log.info("Destination Availability Zone: [#{clone_options[:zone_name]}]")
_log.info("Machine Type: [#{clone_options[:machine_type]}]")

dumpObj(clone_options, "#{_log.prefix} Clone Options: ", $log, :info)
dumpObj(options, "#{_log.prefix} Prov Options: ", $log, :info,
dump_obj(clone_options, "#{_log.prefix} Clone Options: ", $log, :info)
dump_obj(options, "#{_log.prefix} Prov Options: ", $log, :info,
:protected => {:path => workflow_class.encrypted_options_field_regs})
end

Expand Down

0 comments on commit e505911

Please sign in to comment.