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:
parent
399dd4de32
commit
dee8075be7
@ -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 "*******************************"
|
||||
|
Loading…
x
Reference in New Issue
Block a user