1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-19 10:03:36 +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 else
puts vn.to_xml(true) puts vn.to_xml(true)
end end
else
puts "Error: "+result.message
break
end end
end end