remember to put newlines in the log
[org.ibex.io.git] / src / org / ibex / io / Stream.java
index 019a2f4..558e0ca 100644 (file)
@@ -125,6 +125,7 @@ public class Stream {
         try {
             blocker.put(Thread.currentThread(), this);
             logWrite(s);
+            logWrite(newLine);
             out.write(s);
             out.write(newLine);
             flush();