Added the --info=FLAGS an --debug=FLAGS options, which allows
[rsync.git] / io.c
diff --git a/io.c b/io.c
index 6a91ffd570598cb9cd55e2b7600cd7cd47fb7727..b21dff427ae2b10e328a56537038639d9c08a209 100644 (file)
--- a/io.c
+++ b/io.c
@@ -408,7 +408,7 @@ static void read_msg_fd(void)
                /* Read extra file list from receiver. */
                assert(iobuf_in != NULL);
                assert(iobuf_f_in == fd);
-               if (verbose > 3) {
+               if (DEBUG_GTE(FLIST, 2)) {
                        rprintf(FINFO, "[%s] receiving flist for dir %d\n",
                                who_am_i(), IVAL(buf,0));
                }