From f38806c7db98222274d6ef2466d0966f85a797ac Mon Sep 17 00:00:00 2001 From: hunt Date: Wed, 5 Apr 2006 20:52:07 +0000 Subject: 2006-04-05 Martin Hunt * librelay.c (merge_output): Remove ANSI codes and write warning to stderr. --- runtime/stpd/librelay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/stpd/librelay.c') diff --git a/runtime/stpd/librelay.c b/runtime/stpd/librelay.c index e1d9e499..d9968a41 100644 --- a/runtime/stpd/librelay.c +++ b/runtime/stpd/librelay.c @@ -626,7 +626,7 @@ static int merge_output(void) fclose (fp[i]); fclose (ofp); if (dropped) - printf ("\033[33mSequence had %d drops.\033[0m\n", dropped); + fprintf (stderr, "Sequence had %d drops.\n", dropped); return 0; } -- cgit