diff options
author | hunt <hunt> | 2005-08-24 04:53:30 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-08-24 04:53:30 +0000 |
commit | 582bdf7fc720ef0e6808aea3143a751bea0cbff8 (patch) | |
tree | 2a8dac6f8e6e1be34ac0ffbfc561097ab8b7f4e6 | |
parent | cc1681194e8477ee7b253686ffffeff3b282d988 (diff) | |
download | systemtap-steved-582bdf7fc720ef0e6808aea3143a751bea0cbff8.tar.gz systemtap-steved-582bdf7fc720ef0e6808aea3143a751bea0cbff8.tar.xz systemtap-steved-582bdf7fc720ef0e6808aea3143a751bea0cbff8.zip |
2005-08-23 Martin Hunt <hunt@redhat.com>
* librelay.c (merge_output): Don't add an extra \n.
-rw-r--r-- | runtime/stpd/ChangeLog | 6 | ||||
-rw-r--r-- | runtime/stpd/librelay.c | 2 |
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); |