diff --git a/compose/project.py b/compose/project.py index 2cbc4aeea..48095e938 100644 --- a/compose/project.py +++ b/compose/project.py @@ -551,7 +551,7 @@ class Project(object): services, pull_service, operator.attrgetter('name'), - 'Pulling', + not silent and 'Pulling' or None, limit=5, ) if len(errors):