mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
Merge pull request #418 from Semedi/F5248
F #5248 Ec2 errors reported to the driver
This commit is contained in:
commit
784bbc04a4
@ -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