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

Add more information on vcenter driver error

This commit is contained in:
Javi Fontan 2015-09-30 15:56:11 +02:00
parent 6f88d48839
commit 5f9f7f2913

View File

@ -711,7 +711,9 @@ class VCenterHost < ::OpenNebula::Host
end
str_info << "POLL=\"#{vm.info}\"]"
rescue
rescue Exception => e
STDERR.puts e.inspect
STDERR.puts e.backtrace
end
}