aboutsummaryrefslogtreecommitdiff
path: root/contrib/rserv/MasterSync.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rserv/MasterSync.in')
-rw-r--r--contrib/rserv/MasterSync.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/rserv/MasterSync.in b/contrib/rserv/MasterSync.in
index abbe69ee0bf..8328d78cc1d 100644
--- a/contrib/rserv/MasterSync.in
+++ b/contrib/rserv/MasterSync.in
@@ -36,6 +36,8 @@ $minfo = "$minfo password=$opt_password" if (defined($opt_password));
my $conn = Pg::connectdb($minfo);
+$RServ::quiet = !$verbose;
+
$res = SyncSyncID($conn, $server, $syncid);
if ($res == 0)