Skip to content

Commit

Permalink
Simple logging text change
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Jun 24, 2012
1 parent 7a299ae commit 6231bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant/config/loader.rb
Expand Up @@ -101,7 +101,7 @@ def load
# If this version is not the current version, then we need
# to upgrade to the latest version.
if version != current_version
@logger.debug("Upgrading config from #{version} to #{current_version}")
@logger.debug("Upgrading config from version #{version} to #{current_version}")
version_index = @version_order.index(version)
current_index = @version_order.index(current_version)

Expand Down

0 comments on commit 6231bef

Please sign in to comment.