summaryrefslogtreecommitdiff
path: root/pip/basecommand.py
diff options
context:
space:
mode:
Diffstat (limited to 'pip/basecommand.py')
-rw-r--r--pip/basecommand.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pip/basecommand.py b/pip/basecommand.py
index b56bab4e0..261d3999a 100644
--- a/pip/basecommand.py
+++ b/pip/basecommand.py
@@ -317,7 +317,7 @@ class RequirementCommand(Command):
"""
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 = []
return PackageFinder(