summaryrefslogtreecommitdiff
path: root/pip/commands/wheel.py
diff options
context:
space:
mode:
authorXavier Fernandez <xav.fernandez@gmail.com>2016-05-19 21:43:41 +0200
committerXavier Fernandez <xav.fernandez@gmail.com>2016-05-19 21:43:41 +0200
commit1ca4e5e1e71b8d5c64db01ca7177c1ef73590148 (patch)
tree29e06ff8f13abf67cdad6b70c767ba1bdef4a906 /pip/commands/wheel.py
parent5685e0149ac575965105182f7e0e2f5f53392936 (diff)
parentcd576e66d5bd8813a11f16e11bd2dd00c20f61c7 (diff)
downloadpip-develop.tar.gz
Merge pull request #3686 from xavfernandez/list_formatdevelop
Add --format option to pip list
Diffstat (limited to 'pip/commands/wheel.py')
-rw-r--r--pip/commands/wheel.py2
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: