diff options
Diffstat (limited to 'runtime/stpd/librelay.c')
-rw-r--r-- | runtime/stpd/librelay.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |