X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/b4fc3987f20e6af92aeb5e0c6ff80e3a70df3e87..59b0e7a82da96820fa78c7d967450cbc28086fac:/clientserver.c?ds=sidebyside 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