This should be quiet too
authorGreg Sabino Mullane <greg@endpoint.com>
Fri, 14 Dec 2012 04:24:29 +0000 (23:24 -0500)
committerGreg Sabino Mullane <greg@endpoint.com>
Fri, 14 Dec 2012 04:24:29 +0000 (23:24 -0500)
bucardo

diff --git a/bucardo b/bucardo
index 87fe987efab679e284c43441fbab0b5bff906871..b9a2dbd1de9b759fefc1fc429af34c8c7c8f4830 100755 (executable)
--- a/bucardo
+++ b/bucardo
@@ -3802,7 +3802,7 @@ sub add_sync {
                     die qq{Unable to add database "$db" to group "$gname"\n};
                 }
             }
-            print qq{Created database group "$gname"\n};
+            $QUIET or print qq{Created database group "$gname"\n};
             $dbcols->{dbs} = $gname;
             $vals->{dbs} = $gname;
         }