added some debugging code
authorAndrew Tridgell <tridge@samba.org>
Thu, 26 Mar 1998 05:48:37 +0000 (05:48 +0000)
committerAndrew Tridgell <tridge@samba.org>
Thu, 26 Mar 1998 05:48:37 +0000 (05:48 +0000)
flist.c

diff --git a/flist.c b/flist.c
index 0a61d34..f6f2c99 100644 (file)
--- a/flist.c
+++ b/flist.c
@@ -669,6 +669,9 @@ struct file_list *send_file_list(int f,int argc,char *argv[])
                write_int(f, io_error);
        }
 
+       if (verbose > 2)
+               fprintf(FINFO,"send_file_list done\n");
+
        return flist;
 }
 
@@ -741,6 +744,9 @@ struct file_list *recv_file_list(int f)
          io_error |= read_int(f);
   }
 
+  if (verbose > 2)
+    fprintf(FINFO,"recv_file_list done\n");
+
   return flist;
 
 oom: