Simple logging text change

This commit is contained in:
Mitchell Hashimoto 2012-06-23 23:40:55 -07:00
parent 7a299ae2de
commit 6231bef3f0
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ module Vagrant
# 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)