1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-22 18:50:08 +03:00

F #5248 Ec2 errors reported to the driver

This commit is contained in:
semedi 2017-07-26 11:06:48 +02:00
parent 399dd4de32
commit dee8075be7

View File

@ -56,6 +56,8 @@ def handle_exception(action, ex, host, did, id = nil, file = nil)
id ||= ""
OpenNebula::log_error(action + " of VM #{id} #{did} on host #{host} #{file} "+
"due to \"#{ex.message}\"")
OpenNebula.error_message("There is a problem: #{ex.message}")
STDERR.puts "********* STACK TRACE *********"
STDERR.puts ex.backtrace
STDERR.puts "*******************************"