X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/3e6ddb3738cd3573e108f43b2122ba3caff9ab13..87a57a3072c0fe742b154bd62869cc08c65625bb:/clientserver.c diff --git a/clientserver.c b/clientserver.c index 4f8c3e2e..faf15936 100644 --- a/clientserver.c +++ b/clientserver.c @@ -478,8 +478,8 @@ static int rsync_module(int f_in, int f_out, int i) #ifndef DEBUG /* don't allow the logs to be flooded too fast */ - if (verbose > lp_max_verbosity()) - verbose = lp_max_verbosity(); + if (verbose > lp_max_verbosity(i)) + verbose = lp_max_verbosity(i); #endif if (protocol_version < 23