From: adam Date: Tue, 17 Jan 2006 02:58:50 +0000 (+0000) Subject: remember to put newlines in the log X-Git-Url: http://git.megacz.com/?p=org.ibex.io.git;a=commitdiff_plain;h=5d5ae8848f8c54d02af45f153e7712cb6d1edf05;ds=sidebyside remember to put newlines in the log darcs-hash:20060117025850-5007d-1ebc7372e815cf86f72832eab2fbfe64fb6db838.gz --- diff --git a/src/org/ibex/io/Stream.java b/src/org/ibex/io/Stream.java index 019a2f4..558e0ca 100644 --- a/src/org/ibex/io/Stream.java +++ b/src/org/ibex/io/Stream.java @@ -125,6 +125,7 @@ public class Stream { try { blocker.put(Thread.currentThread(), this); logWrite(s); + logWrite(newLine); out.write(s); out.write(newLine); flush();