Commit e2a4d9a1 authored by Jérome Perrin's avatar Jérome Perrin

grid: log software release URL without "..."

so that we can click on the link
parent 8b3ad8e5
......@@ -183,7 +183,7 @@ class Software(object):
""" Fetches binary cache if possible.
Installs from buildout otherwise.
"""
self.logger.info("Installing software release %s..." % self.url)
self.logger.info("Installing software release %s ...", self.url)
cache_dir = tempfile.mkdtemp()
self.check_free_space()
......
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