TT#182706 Print proper info message on billing DB connect

The function is connect_billdbh(), but rate-o-mat is
printing copy&paste message from connect_dupdbh().

Change-Id: I4fc0e0ab48b78335c455cb3924f31cd7dc212495
mr11.0
Alexander Lutay 3 years ago
parent 1c4dc463d1
commit 4ccd5f3669

@ -288,7 +288,7 @@ sub connect_billdbh {
FATAL "Error connecting to db: ".$DBI::errstr
unless defined($billdbh);
$billdbh->do('SET time_zone = ?',undef,$connection_timezone) or FATAL 'error setting connection timezone' if $connection_timezone;
INFO "Successfully connected to duplication db...";
INFO "Successfully connected to billing db...";
}

Loading…
Cancel
Save