Skip to content

Commit

Permalink
Just output vlan
Browse files Browse the repository at this point in the history
  • Loading branch information
taliesins committed Dec 7, 2016
1 parent 92011e5 commit 1861e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vSphere/driver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ def get_network_by_name(dc, name)
end
end

puts I18n.t(:missing_vlan) + ' - ' + name
puts 'vlan: ' + name

fail(Errors::VSphereError, :missing_vlan) if base.nil?

Expand Down

0 comments on commit 1861e4e

Please sign in to comment.