summaryrefslogtreecommitdiff
path: root/contrib/rserv/PrepareSnapshot.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rserv/PrepareSnapshot.in')
-rw-r--r--contrib/rserv/PrepareSnapshot.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/rserv/PrepareSnapshot.in b/contrib/rserv/PrepareSnapshot.in
index fe57ab949c..bd0fa237dc 100644
--- a/contrib/rserv/PrepareSnapshot.in
+++ b/contrib/rserv/PrepareSnapshot.in
@@ -39,6 +39,8 @@ my $conn = Pg::connectdb($minfo);
my $outf = new IO::File;
$outf = STDOUT;
+$RServ::quiet = !$verbose;
+
$res = PrepareSnapshot ($conn, $outf, $server);
if ($res == 0)