Commit b22e70f0 authored by reinout's avatar reinout

Added missing spaces in logger.error() message


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@105477 62d5b8a3-27da-0310-9561-8e5933582275
parent b4ff9c50
...@@ -342,8 +342,8 @@ class Installer: ...@@ -342,8 +342,8 @@ class Installer:
if exit_code: if exit_code:
logger.error( logger.error(
"An error occured when trying to install %s." "An error occured when trying to install %s. "
"Look above this message for any errors that" "Look above this message for any errors that "
"were output by easy_install.", "were output by easy_install.",
dist) dist)
......
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