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

@@ -372,7 +372,7 @@ void CodaGdbAdapter::codaEvent(const CodaEvent &e)
}
break;
case CodaEvent::LoggingWriteEvent: // TODO: Not tested yet.
showMessage(e.toString(), AppOutput);
showMessage(e.toString() + '\n', AppOutput);
break;
default:
break;