remember to put newlines in the log
authoradam <adam@megacz.com>
Tue, 17 Jan 2006 02:58:50 +0000 (02:58 +0000)
committeradam <adam@megacz.com>
Tue, 17 Jan 2006 02:58:50 +0000 (02:58 +0000)
darcs-hash:20060117025850-5007d-1ebc7372e815cf86f72832eab2fbfe64fb6db838.gz

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();