lib/rubyipmi/ipmitool/commands/chassis.rb in rubyipmi-0.8.1 vs lib/rubyipmi/ipmitool/commands/chassis.rb in rubyipmi-0.9.0
- old
+ new
@@ -42,9 +42,10 @@
if reboot and status
power.cycle
end
else
+ logger.debug("Device with name: #{device} is not a valid boot device for host #{options["hostname"]}") if logger
raise "Device with name: #{device} is not a valid boot device for host #{options["hostname"]}"
end
return bootstatus
end
\ No newline at end of file