summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/stpd/ChangeLog6
-rw-r--r--runtime/stpd/librelay.c2
2 files changed, 5 insertions, 3 deletions
diff --git a/runtime/stpd/ChangeLog b/runtime/stpd/ChangeLog
index ac682548..c4b5ac35 100644
--- a/runtime/stpd/ChangeLog
+++ b/runtime/stpd/ChangeLog
@@ -1,10 +1,14 @@
2005-08-23 Martin Hunt <hunt@redhat.com>
+
+ * librelay.c (merge_output): Don't add an extra \n.
+
+2005-08-23 Martin Hunt <hunt@redhat.com>
* librelay.c (read_last_buffers): New function. Directly grab the
last buffers.
(info_pending): Deleted.
(request_last_buffers): Deleted.
-
+
2005-08-22 Martin Hunt <hunt@redhat.com>
* Makefile (debug): Add debug target.
diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c
index b265d0bc..f3bf2a9f 100644
--- a/runtime/stpd/librelay.c
+++ b/runtime/stpd/librelay.c
@@ -534,8 +534,6 @@ static int merge_output(void)
num[j] = 0;
} while (min);
- if (!quiet)
- fputs ("\n", stdout);
if (!print_only)
fputs ("\n", ofp);