From 2e33f62e20649950183eff3d793d7193c5adb747 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 24 Aug 1996 09:51:59 +0000 Subject: D'oh! verbose output should go to stderr. --- lib/libftpio/ftpio.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libftpio') diff --git a/lib/libftpio/ftpio.c b/lib/libftpio/ftpio.c index 854a968..dc62e32 100644 --- a/lib/libftpio/ftpio.c +++ b/lib/libftpio/ftpio.c @@ -14,7 +14,7 @@ * Turned inside out. Now returns xfers as new file ids, not as a special * `state' of FTP_t * - * $Id: ftpio.c,v 1.10 1996/08/21 01:12:10 jkh Exp $ + * $Id: ftpio.c,v 1.11 1996/08/21 01:23:33 jkh Exp $ * */ @@ -467,7 +467,7 @@ get_a_line(FTP_t ftp) continue; buf[i] = '\0'; if (ftp->is_verbose == TRUE) - printf("%s\n",buf+4); + fprintf(stderr, "%s\n",buf+4); return buf; } i++; -- cgit v1.1