Skip to content

Commit

Permalink
switch extra requirements log to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
xavfernandez committed Dec 19, 2014
1 parent de7e9c5 commit 1921ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pip/req/req_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ def prepare_files(self, finder):
# # parse dependencies # #
# ###################### #
if (req_to_install.extras):
logger.info(
logger.debug(
"Installing extra requirements: %r",
','.join(req_to_install.extras),
)
Expand Down

0 comments on commit 1921ad1

Please sign in to comment.