projects
/
bucardo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3427db1
)
Topic, not lexical.
author
David E. Wheeler
<david@justatheory.com>
Mon, 7 Oct 2013 16:21:55 +0000
(09:21 -0700)
committer
David E. Wheeler
<david@justatheory.com>
Mon, 7 Oct 2013 16:21:55 +0000
(09:21 -0700)
Bucardo.pm
patch
|
blob
|
blame
|
history
diff --git
a/Bucardo.pm
b/Bucardo.pm
index b00b8b811db8e60974b0d62836b0dff4cb26d0e8..da4106209ba0d1cc606c058de44d6c0d71b8c2de 100644
(file)
--- a/
Bucardo.pm
+++ b/
Bucardo.pm
@@
-4812,7
+4812,7
@@
sub start_kid {
if ($config{log_level_number} >= LOG_DEBUG) {
## Show complete error information in debug mode.
- for my $dbh (grep { $
dbh
->err } map { $sync->{db}{$_}{dbh} } @dbs_dbi) {
+ for my $dbh (grep { $
_
->err } map { $sync->{db}{$_}{dbh} } @dbs_dbi) {
$self->glog(
sprintf('* %s: %s - %s', $dbh->{Name}, $dbh->state, $dbh->errstr),
LOG_DEBUG