Better logging for prune

This commit is contained in:
Mitchell Hashimoto 2013-02-03 10:33:39 -08:00
parent 60d21e35c9
commit 491356c938
1 changed files with 2 additions and 1 deletions

View File

@ -120,7 +120,8 @@ module VagrantPlugins
# Figure out the gems we need to prune
prune_specs = all_specs - good_specs
@logger.info("Gems to prune: #{prune_specs.inspect}")
@logger.debug("Gems to prune: #{prune_specs.inspect}")
@logger.info("Pruning #{prune_specs.length} gems.")
if prune_specs.length > 0
env[:gem_helper].with_environment do