Commit b4d0245b authored by Reinout van Rees's avatar Reinout van Rees

Logging what we're processing.

Often it is unclear why buildout takes a long time on something, this logger
statement might make it much clearer
parent acc38ded
......@@ -646,6 +646,7 @@ class Installer:
if req in processed:
# Ignore cyclic or redundant dependencies.
continue
logger.debug("Processing requirement %s", req)
dist = best.get(req.key)
if dist is None:
# Find the best distribution and add it to the map.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment