diff options
Diffstat (limited to 'pip/commands/wheel.py')
-rw-r--r-- | pip/commands/wheel.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pip/commands/wheel.py b/pip/commands/wheel.py index 1d77fe633..2796ec4be 100644 --- a/pip/commands/wheel.py +++ b/pip/commands/wheel.py @@ -151,7 +151,7 @@ class WheelCommand(RequirementCommand): index_urls = [options.index_url] + options.extra_index_urls if options.no_index: - logger.info('Ignoring indexes: %s', ','.join(index_urls)) + logger.debug('Ignoring indexes: %s', ','.join(index_urls)) index_urls = [] if options.build_dir: |