1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-31 17:17:40 +03:00

Bug #240: Fix error message shown two times, onevnet show

This commit is contained in:
Daniel Molina 2010-09-13 15:24:26 +02:00 committed by Javi Fontan
parent 043f762950
commit bdf3e26cb6

View File

@ -238,9 +238,6 @@ when "show"
else
puts vn.to_xml(true)
end
else
puts "Error: "+result.message
break
end
end