aboutsummaryrefslogtreecommitdiff
path: root/contrib/rserv/CleanLog.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/rserv/CleanLog.in')
-rw-r--r--contrib/rserv/CleanLog.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/rserv/CleanLog.in b/contrib/rserv/CleanLog.in
index 6fa1253de2d..f15baea0b18 100644
--- a/contrib/rserv/CleanLog.in
+++ b/contrib/rserv/CleanLog.in
@@ -38,6 +38,8 @@ print "Slave connection is $sinfo\n" if ($debug);
my $conn = Pg::connectdb($minfo);
+$RServ::quiet = !$verbose;
+
$res = CleanLog($conn, $howold);
exit(1) if $res < 0;