aboutsummaryrefslogtreecommitdiff
path: root/contrib/rserv/GetSyncID.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rserv/GetSyncID.in')
-rw-r--r--contrib/rserv/GetSyncID.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/rserv/GetSyncID.in b/contrib/rserv/GetSyncID.in
index d5b0755a2ea..10f4a93e47b 100644
--- a/contrib/rserv/GetSyncID.in
+++ b/contrib/rserv/GetSyncID.in
@@ -37,6 +37,8 @@ $sinfo = "$sinfo password=$opt_password" if (defined($opt_password));
print("Connecting to '$sinfo'\n") if ($debug || $verbose);
my $conn = Pg::connectdb($sinfo);
+$RServ::quiet = !$verbose;
+
$res = GetSyncID($conn);
die "ERROR\n" if $res < 0;