There are currently certain error situations where the output trace XML from joshua does not include a newline before the closing </Trace> element. Certain tools used to parse this XML don't currently react well when this happens.
To keep the output more consistent, this change adds a newline to each string created by wrap_message or wrap_error.
There are currently certain error situations where the output trace XML from joshua does not include a newline before the closing
</Trace>
element. Certain tools used to parse this XML don't currently react well when this happens.To keep the output more consistent, this change adds a newline to each string created by
wrap_message
orwrap_error
.