fixed the relative paths bug pointed out by Alberto Accomazzi
[rsync/rsync.git] / clientserver.c
index eaa61ad..3266da5 100644 (file)
@@ -267,8 +267,10 @@ static int rsync_module(int fd, int i)
                free(request);
        }
 
+#if !TRIDGE
        /* don't allow the logs to be flooded too fast */
        if (verbose > 1) verbose = 1;
+#endif
 
        argc -= optind;
        argp = argv + optind;