projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a1c0db
)
Mild tweaks to log_level notifications
author
Greg Sabino Mullane
<greg@endpoint.com>
Tue, 15 Apr 2014 15:02:23 +0000
(11:02 -0400)
committer
Greg Sabino Mullane
<greg@endpoint.com>
Tue, 15 Apr 2014 15:02:23 +0000
(11:02 -0400)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index 57e8db5c1d0024150f0f384e31b0d2f6ba18c9cd..7cabe0f191be8bd05bda513b032f4e3214f1e3da 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-3233,7
+3233,6
@@
sub start_kid {
## If we skipped this, set the deltacount to zero and move on
if ($config{quick_delta_check}) {
if (! $x->{deltaquick}{"$S.$T"}) {
- $self->glog("Skipping $S.$T: no delta rows", LOG_DEBUG);
$deltacount{dbtable}{$dbname}{$S}{$T} = 0;
next;
}
@@
-5081,7
+5080,7
@@
sub connect_database {
$ssp = $d->{server_side_prepares};
}
- $self->glog("DSN: $dsn", LOG_
NORMAL
) if exists $config{log_level};
+ $self->glog("DSN: $dsn", LOG_
VERBOSE
) if exists $config{log_level};
$dbh = DBI->connect
(