Better logging with the bridged networking layer
This commit is contained in:
parent
f2272fdba8
commit
26d9636faf
|
@ -326,6 +326,7 @@ module Vagrant
|
||||||
if bridgedifs.length == 1
|
if bridgedifs.length == 1
|
||||||
# One bridgable interface? Just use it.
|
# One bridgable interface? Just use it.
|
||||||
chosen_bridge = bridgedifs[0][:name]
|
chosen_bridge = bridgedifs[0][:name]
|
||||||
|
@logger.debug("Only one bridged interface available. Using it by default.")
|
||||||
else
|
else
|
||||||
# More than one bridgable interface requires a user decision, so
|
# More than one bridgable interface requires a user decision, so
|
||||||
# show options to choose from.
|
# show options to choose from.
|
||||||
|
|
Loading…
Reference in New Issue