From: Andrew Tridgell Date: Fri, 17 Jul 1998 05:38:21 +0000 (+0000) Subject: remove a useless debug message X-Git-Tag: v2.0.19~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a0de6c68bd7c95aef56a754c8ed3e3062a5e57c;p=thirdparty%2Frsync.git remove a useless debug message --- diff --git a/main.c b/main.c index 548e0166..b40c693e 100644 --- a/main.c +++ b/main.c @@ -292,9 +292,6 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name) recv_files(f_in,flist,local_name,recv_pipe[1]); report(f_in); - if (verbose > 3) - rprintf(FINFO,"do_recv waiting on %d\n",pid); - io_flush(); _exit(0); }