CODA: Application Output has been polished

This commit is contained in:
Pawel Polanski
2011-05-03 13:50:42 +02:00
parent fad088cc30
commit feab11c6b0
3 changed files with 3 additions and 6 deletions

View File

@@ -303,7 +303,7 @@ void CodaRunControl::handleModuleLoadSuspended(const CodaEvent &event)
void CodaRunControl::handleLogging(const CodaEvent &event)
{
const CodaLoggingWriteEvent &me = static_cast<const CodaLoggingWriteEvent &>(event);
appendMessage(me.message(), Utils::StdOutFormat);
appendMessage(me.message() + '\n', Utils::StdOutFormat);
}
void CodaRunControl::handleAddListener(const CodaCommandResult &result)