From: Greg Sabino Mullane Date: Sat, 9 Nov 2013 18:06:57 +0000 (-0500) Subject: Don't show the initial DSN to the Bucardo database X-Git-Tag: 4.99.9~12 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=5ff47f0d65afb84d71092f7a511b91c7658f5cf4;p=bucardo.git Don't show the initial DSN to the Bucardo database --- diff --git a/Bucardo.pm b/Bucardo.pm index 6aa16389d..acf9d8917 100644 --- a/Bucardo.pm +++ b/Bucardo.pm @@ -5045,7 +5045,7 @@ sub connect_database { $ssp = $d->{server_side_prepares}; } - $self->glog("DSN: $dsn", LOG_NORMAL); + $self->glog("DSN: $dsn", LOG_NORMAL) if exists $config{log_level}; $dbh = DBI->connect (