Simple logging text change
This commit is contained in:
parent
7a299ae2de
commit
6231bef3f0
|
@ -101,7 +101,7 @@ module Vagrant
|
||||||
# If this version is not the current version, then we need
|
# If this version is not the current version, then we need
|
||||||
# to upgrade to the latest version.
|
# to upgrade to the latest version.
|
||||||
if version != current_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)
|
version_index = @version_order.index(version)
|
||||||
current_index = @version_order.index(current_version)
|
current_index = @version_order.index(current_version)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue