diff --git a/CHANGELOG.md b/CHANGELOG.md index 56f8213f5..f1e660949 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ ## 0.9.3 (unreleased) - Proper error handling for not enough arguments to `box` commands. + - Fix issue causing crashes with bridged networking. [GH-673] ## 0.9.2 (January 20, 2012) diff --git a/lib/vagrant/action/vm/network.rb b/lib/vagrant/action/vm/network.rb index c9ccd0f23..fd70c0c3b 100644 --- a/lib/vagrant/action/vm/network.rb +++ b/lib/vagrant/action/vm/network.rb @@ -341,7 +341,7 @@ module Vagrant chosen_bridge = bridgedifs[choice - 1][:name] end - @logger.info("Bridging adapter #{config[:adapter]} to #{bridge}") + @logger.info("Bridging adapter #{config[:adapter]} to #{chosen_bridge}") # Given the choice we can now define the adapter we're using return {