Add another log statement

This commit is contained in:
Seth Vargo 2015-07-09 16:05:57 -06:00
parent 742d47c4cf
commit fafa3fa437
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ module Vagrant
jailbreak(process.environment)
end
else
@logger.info("Vagrant not running in installer, restoring original environment...")
jailbreak(process.environment)
end