Commit 468ad85a authored by Łukasz Nowak's avatar Łukasz Nowak

Stabilise information flow.

parent bacd2505
......@@ -367,7 +367,7 @@ class Buildout(UserDict.DictMixin):
options['__networkcache__upload-cache-url'] = self.upload_cache_url
options['__networkcache__upload-dir-url'] = self.upload_dir_url
else:
self._logger.warning('Networkcache functionality not enabled. '
self._logger.info('Networkcache functionality not enabled. '
'In order to activate use networkcache-section.')
self.download_cache_url = None
self.download_dir_url = None
......
......@@ -13,6 +13,8 @@ is shown:
... parts =
... ''')
>>> print system(buildout)
Networkcache functionality not enabled. In order to activate use networkcache-section.
<BLANKLINE>
But whenever networkcache configuration is enabled, it is possible to use it:
......
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