Better logging for prune
This commit is contained in:
parent
60d21e35c9
commit
491356c938
|
@ -120,7 +120,8 @@ module VagrantPlugins
|
||||||
|
|
||||||
# Figure out the gems we need to prune
|
# Figure out the gems we need to prune
|
||||||
prune_specs = all_specs - good_specs
|
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
|
if prune_specs.length > 0
|
||||||
env[:gem_helper].with_environment do
|
env[:gem_helper].with_environment do
|
||||||
|
|
Loading…
Reference in New Issue