clarify release note for error summary handling

Change-Id: I1513ab1e1f4e1abf1ad8e968ab47cf043a6f29a7
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2017-05-21 13:44:06 -04:00
parent dfef23d449
commit 76e8bb12fd

View File

@ -1,8 +1,9 @@
--- ---
features: features:
- | - |
If the log format string includes ``%(error_summary)s``, it will be If the log format string includes ``%(error_summary)s``, it will
replaced with a summary of the current error when there is one and be replaced with a summary of the current error when there is one
with "``-``" when there is no error. If the log format string and with "``-``" when there is no error. If the log format string
does not include ``%(error_summary)s`` it will be appended to the end does not include ``%(error_summary)s`` the error summary will be
of the line automatically, only if there is an error. appended to the end of the line automatically, only if there is an
error.